From 8fc29b9f36b2ad0ffc64a910bf2436e570d7d82f Mon Sep 17 00:00:00 2001 From: Jordan Liu Date: Mon, 2 Mar 2020 13:03:42 -0800 Subject: [PATCH] Remove cell broadcast and shell from telephony permission TELEPHONY_DEFAULTS permission is being removed. Bug: 148482594 Test: manually trigger and verify everything works Change-Id: I78be6fd4114e823a82e49b2dd6ae9dd860da9c51 (cherry picked from commit 22b1f668c9b7cfb9f28dc134afc1cf4eafedf208) --- core/res/res/values/config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index eae28a073332..fdfe82313076 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -3651,7 +3651,7 @@ Example: "com.android.phone,com.android.stk,com.android.providers.telephony" (Note: shell is included for testing purposes) --> - "com.android.phone,com.android.stk,com.android.providers.telephony,com.android.ons,com.android.cellbroadcastservice,com.android.cellbroadcastreceiver,com.android.shell" + "com.android.phone,com.android.stk,com.android.providers.telephony,com.android.ons"