Otros

com.xiaomi.bsp.gps.nps

Riesgo
Sin riesgo
Origen
Fabricante
Qué es
Otros

Qué es

GPS location

I think bsp = board system package (https://en.wikipedia.org/wiki/Board_support_package)

Not sure about nps (It might be Non-Permanent GPS station)

It's a small package which seems to display a notification when an app is using GPS.

More precisely, there is a receiver (GnssEventReceiver) which listen to com.xiaomi.bsp.gps.nps.GetEvent

This event most likely happen when an app use the GPS and refers to the state of the communication with the GNSS:

FIX, LOSE, RECOVER, START, STOP

It's safe to remove if you really want to.

Comandos

adb shell pm uninstall --user 0 com.xiaomi.bsp.gps.nps

Para volver atrás:

adb shell cmd package install-existing com.xiaomi.bsp.gps.nps

Todas las desinstalaciones listadas aquí afectan solo al usuario actual: la imagen del sistema no se toca y el comando de restauración devuelve la aplicación a partir de la copia que ya está en el aparato. No se descarga nada.

Esto no es el directorio. Aquí se dice qué es un paquete en general; lo que pasa en tu televisor concreto está en la ficha de tu modelo, y esa manda. El mismo paquete puede sobrar en un aparato y sostener la pantalla de inicio en otro.