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:
Yichi Chen 2022-05-18 03:56:38 +08:00 committed by Midas Chien
parent 08ccaeb6ab
commit 8b2c6f8187

View file

@ -31,3 +31,6 @@ allow vendor_init modem_img_file:filesystem { getattr };
# Battery
set_prop(vendor_init, vendor_battery_defender_prop)
# Display
set_prop(vendor_init, vendor_display_prop)