From f16afc094daa9f348e4f0a62e4660a2fc1e45e76 Mon Sep 17 00:00:00 2001 From: Chia-I Wu <olv@google.com> Date: Fri, 13 Apr 2018 10:19:20 -0700 Subject: [PATCH] Make persist.sys.sf.native_mode an integer This allows for more native modes. Bug: 73824924 Test: adb shell setprop persist.sys.sf.native_mode 2 Change-Id: Iffdeadc8dc260de4b0c7f2b46aab08d64d25e3b1 Merged-In: Iffdeadc8dc260de4b0c7f2b46aab08d64d25e3b1 --- public/property_contexts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/property_contexts b/public/property_contexts index 0907a27f1..618c52d46 100644 --- a/public/property_contexts +++ b/public/property_contexts @@ -71,7 +71,7 @@ persist.dbg.wfc_avail_ovr u:object_r:exported3_default_prop:s0 exact int persist.radio.multisim.config u:object_r:exported3_radio_prop:s0 exact string persist.sys.dalvik.vm.lib.2 u:object_r:exported2_system_prop:s0 exact string persist.sys.sf.color_saturation u:object_r:exported2_system_prop:s0 exact string -persist.sys.sf.native_mode u:object_r:exported2_system_prop:s0 exact bool +persist.sys.sf.native_mode u:object_r:exported2_system_prop:s0 exact int pm.dexopt.ab-ota u:object_r:exported_pm_prop:s0 exact string pm.dexopt.bg-dexopt u:object_r:exported_pm_prop:s0 exact string pm.dexopt.boot u:object_r:exported_pm_prop:s0 exact string -- GitLab