diff options
| author | 2018-11-01 18:38:13 -0700 | |
|---|---|---|
| committer | 2018-11-01 18:38:13 -0700 | |
| commit | a0c65b06515ea27f3793be69009fc83f80b3708c (patch) | |
| tree | 52f43b7cd514b264a79446effb235b828ec3958d | |
| parent | c02e86d0bf11ac080512990ddee3a5121cbcd2da (diff) | |
| parent | 68a544d20913a4653780bad6e710c8599b8ccf4f (diff) | |
Merge "Protect TelephonyManager.ACTION_SECRET_CODE"
am: 68a544d209
Change-Id: I1cf6213ec9b2762f467e1c8c828635b02e421f5e
| -rw-r--r-- | core/res/AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index e4ef6afeba63..93cb57dd2459 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -485,6 +485,7 @@ <protected-broadcast android:name="android.telephony.action.CARRIER_CONFIG_CHANGED" /> <protected-broadcast android:name="android.telephony.action.DEFAULT_SUBSCRIPTION_CHANGED" /> <protected-broadcast android:name="android.telephony.action.DEFAULT_SMS_SUBSCRIPTION_CHANGED" /> + <protected-broadcast android:name="android.telephony.action.SECRET_CODE" /> <protected-broadcast android:name="android.telephony.action.SHOW_VOICEMAIL_NOTIFICATION" /> <protected-broadcast android:name="android.telephony.action.SUBSCRIPTION_PLANS_CHANGED" /> |