From 9ddba296c81ed7d38dc7eac6497153cd30273589 Mon Sep 17 00:00:00 2001 From: Jaekyun Seok <jaekyun@google.com> Date: Fri, 9 Mar 2018 00:34:48 +0900 Subject: [PATCH] Allow public-readable to persist.rcs.supported For now, persist.rcs.supported has only vendor-init-settable, but it turned out that the property should be read by vendor components in some devices including 2018 Pixels. Bug: 74266614 Test: succeeded building and tested on a blueline device with PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE=true Change-Id: I926eb4316c178a39693300fe983176acfb9cabec --- public/property_contexts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/property_contexts b/public/property_contexts index 55fad2ece..a58c948f8 100644 --- a/public/property_contexts +++ b/public/property_contexts @@ -67,7 +67,6 @@ persist.config.calibration_fac u:object_r:exported3_default_prop:s0 exact string persist.dbg.volte_avail_ovr u:object_r:exported3_default_prop:s0 exact int persist.dbg.vt_avail_ovr u:object_r:exported3_default_prop:s0 exact int persist.dbg.wfc_avail_ovr u:object_r:exported3_default_prop:s0 exact int -persist.rcs.supported u:object_r:exported3_default_prop:s0 exact int 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 pm.dexopt.ab-ota u:object_r:exported_pm_prop:s0 exact string @@ -201,6 +200,7 @@ aaudio.mmap_policy u:object_r:exported_default_prop:s0 exact int aaudio.wakeup_delay_usec u:object_r:exported_default_prop:s0 exact int gsm.sim.operator.numeric u:object_r:exported_radio_prop:s0 exact string media.mediadrmservice.enable u:object_r:exported_default_prop:s0 exact bool +persist.rcs.supported u:object_r:exported_default_prop:s0 exact int rcs.publish.status u:object_r:exported_radio_prop:s0 exact string ro.board.platform u:object_r:exported_default_prop:s0 exact string ro.boot.fake_battery u:object_r:exported_default_prop:s0 exact int -- GitLab