Telecomando e input
android.frameworkres.overlay.display.product
- Rischio
- Con cautela
- Origine
- Produttore
- Cos'è
- Telecomando e input
Cos'è
A runtime resource overlay (RRO) is a package that changes the resource values of a target package at runtime. For example, an app installed on the system image might change its behavior based upon the value of a resource. Rather than hardcoding the resource value at build time, an RRO installed on a different partition can change the values of the app's resources at runtime.
RROs can be enabled or disabled. You can programmatically set the enable/disable state to toggle an RRO's ability to change resource values. RROs are disabled by default (however, static RROs are enabled by default).
https://source.android.com/docs/core/runtime/rros
Comandi
adb shell pm uninstall --user 0 android.frameworkres.overlay.display.product
Per tornare indietro:
adb shell cmd package install-existing android.frameworkres.overlay.display.product
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.