rootdir: Default enable uicc se

It should be true in new versions.
uicc_se_enabled is true by default, but persist property
may remain false after ota

Bug: 149075883
Test: enable uicc_se
Change-Id: I78f8d51cb9ffb92f4eb7dea232920c2b69ce359d
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
Signed-off-by: DennySPb <dennyspb@gmail.com>
This commit is contained in:
George Chang 2020-06-12 09:52:30 +08:00 committed by Giammarco Senatore
parent 84460e3bdf
commit c78d20bfcd
No known key found for this signature in database
GPG key ID: 661348FC1E144F04

View file

@ -265,7 +265,10 @@ on boot
mkdir /data/vendor/sensors mkdir /data/vendor/sensors
chown system system /data/vendor/sensors chown system system /data/vendor/sensors
# msm specific files that need to be created on /data # Default enable uicc_se
setprop persist.vendor.radio.uicc_se_enabled true
# MSM specific files that need to be created on /data
on post-fs-data on post-fs-data
mkdir /data/vendor/misc 01771 system system mkdir /data/vendor/misc 01771 system system