Enable Izat OptInApp resource Overlay
Enable Izat OptInApp resource Overlay on Android O, Need to add a system property persist.vendor.overlay.izat.optin = rro to enable RRO feature. If a overlay package need to enable, must declare same property in its Manifest.xml. Change-Id: I15bfcea6c9ec791764b5daf39a810977d167c897 CRs-Fixed: 2086804
This commit is contained in:
parent
86816ceb72
commit
bbf231c4c5
1 changed files with 2 additions and 0 deletions
|
@ -192,3 +192,5 @@ vendor.display.enable_default_color_mode=true
|
|||
|
||||
# Property for backup NTP Server
|
||||
persist.backup.ntpServer="0.pool.ntp.org"
|
||||
# enable IZat OptInApp overlay
|
||||
persist.vendor.overlay.izat.optin=rro
|
||||
|
|
Loading…
Reference in a new issue