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
This commit is contained in:
Jordan Liu
2020-03-02 13:03:42 -08:00
parent 001afb144c
commit 22b1f668c9

View File

@@ -3651,7 +3651,7 @@
Example: "com.android.phone,com.android.stk,com.android.providers.telephony"
(Note: shell is included for testing purposes)
-->
<string name="config_telephonyPackages" translatable="false">"com.android.phone,com.android.stk,com.android.providers.telephony,com.android.ons,com.android.cellbroadcastservice,com.android.cellbroadcastreceiver,com.android.shell"</string>
<string name="config_telephonyPackages" translatable="false">"com.android.phone,com.android.stk,com.android.providers.telephony,com.android.ons"</string>
<!-- The component name for the default system attention service.
This service must be trusted, as it can be activated without explicit consent of the user.