From 34aad97ea9bdb70ce9ca9abdba69fe639a04c1bb Mon Sep 17 00:00:00 2001 From: Jaekyun Seok <jaekyun@google.com> Date: Fri, 19 Jan 2018 07:30:48 +0900 Subject: [PATCH] Add rcs.publish.status to the whitelist Bug: 72154054 Test: tested with walleye Change-Id: I35271c6044946c4ec639409c914d54247cfb9f79 --- public/property_contexts | 1 + 1 file changed, 1 insertion(+) diff --git a/public/property_contexts b/public/property_contexts index e5772e5a6..25961617d 100644 --- a/public/property_contexts +++ b/public/property_contexts @@ -198,6 +198,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 +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 ro.boot.hardware.revision u:object_r:exported_default_prop:s0 exact string -- GitLab