Comando e entrada
android.frameworkres.overlay.display.product
- Risco
- Com cuidado
- Origem
- Fabricante
- O que é
- Comando e entrada
O que é
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
Comandos
adb shell pm uninstall --user 0 android.frameworkres.overlay.display.product
Para voltar atrás:
adb shell cmd package install-existing android.frameworkres.overlay.display.product
Todas as desinstalações aqui listadas afectam apenas o utilizador actual: a imagem do sistema não é tocada e o comando de restauro devolve a aplicação a partir da cópia que já está no aparelho. Não se transfere nada.
Isto não é o directório. Aqui diz-se o que é um pacote em geral; o que acontece no seu televisor concreto está na ficha do seu modelo, e é essa que manda. O mesmo pacote pode sobrar num aparelho e segurar o ecrã inicial noutro.