Telecomando e input
com.android.inputdevices
Input Devices
- Rischio
- Con cautela
- Origine
- Android stesso
- Cos'è
- Telecomando e input
Cos'è
Only contains a receiver named "Android keyboard", possibly for an external keyboard.
Locates available keyboard layouts. Apps can offer additional keyboard layouts to the user by declaring a suitable broadcast receiver in their manifest.
Attenzione: If you are using the default Samsung keyboard, then deleting this package on some phones may cause the keyboard to completely stop working. You may get locked out of your phone if the only method to authenticate yourself is using password.
Comandi
adb shell pm uninstall --user 0 com.android.inputdevices
Per tornare indietro:
adb shell cmd package install-existing com.android.inputdevices
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.