Autres

com.xiaomi.bsp.gps.nps

Risque
Sans risque
Origine
Fabricant
Ce que c'est
Autres

Ce que c'est

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.

Commandes

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

Pour revenir en arrière :

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

Toutes les désinstallations listées ici ne concernent que l'utilisateur courant : l'image système n'est pas touchée, et la commande de restauration remet l'application en place à partir de la copie déjà présente sur l'appareil. Rien n'est téléchargé.

Ceci n'est pas le répertoire. Ici on dit ce qu'est un paquet en général ; ce qui se passe sur votre téléviseur précis figure sur la fiche de votre modèle, et c'est elle qui fait foi. Le même paquet peut être inutile sur un appareil et tenir l'écran d'accueil sur un autre.