Altro
com.xiaomi.bsp.gps.nps
- Rischio
- Senza rischio
- Origine
- Produttore
- Cos'è
- Altro
Cos'è
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.
Comandi
adb shell pm uninstall --user 0 com.xiaomi.bsp.gps.nps
Per tornare indietro:
adb shell cmd package install-existing com.xiaomi.bsp.gps.nps
Tutte le disinstallazioni elencate qui riguardano solo l'utente corrente: l'immagine di sistema non viene toccata e il comando di ripristino rimette l'app al suo posto partendo dalla copia già presente sull'apparecchio. Non si scarica nulla.
Questa non è la directory. Qui si dice cos'è un pacchetto in generale; quello che succede sul tuo televisore sta nella scheda del tuo modello, ed è quella che conta. Lo stesso pacchetto può essere zavorra su un apparecchio e reggere la schermata iniziale su un altro.