RRS: Apply the default config from persist prop
vendor_config plays as another role to control the display config during the boot time. To change the default configuration of the user selected mode, we use persist config to store the value. Bug: 232721840 Test: Boot w/ and w/o user selected configs and check the resolution Change-Id: Ideed75f0a29368ff95916fb1fa87f21482c17613
This commit is contained in:
parent
08ccaeb6ab
commit
8b2c6f8187
1 changed files with 3 additions and 0 deletions
|
@ -31,3 +31,6 @@ allow vendor_init modem_img_file:filesystem { getattr };
|
||||||
|
|
||||||
# Battery
|
# Battery
|
||||||
set_prop(vendor_init, vendor_battery_defender_prop)
|
set_prop(vendor_init, vendor_battery_defender_prop)
|
||||||
|
|
||||||
|
# Display
|
||||||
|
set_prop(vendor_init, vendor_display_prop)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue