Skip to content

Commit

Permalink
Merge "Remove cell broadcast and shell from telephony permission" int…
Browse files Browse the repository at this point in the history
…o rvc-dev
  • Loading branch information
Jordan Liu authored and Android (Google) Code Review committed Mar 4, 2020
2 parents 5338509 + 8fc29b9 commit d944bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d944bcf

Please sign in to comment.