summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Mahajan <amitmahajan@google.com>2015-06-11 12:04:51 -0700
committerThe Android Automerger <android-build@google.com>2015-07-27 12:30:14 -0700
commit78ea785de0bc5574fbad325b74b9a47a949f55f3 (patch)
treeb8f04054a793284171bcea2e7777eed09240df58
parente202624e8f8eda3e179003a5b6cb7afa7e7bfa54 (diff)
downloadTelephony-lollipop-mr1-fi-release.tar.gz
Bug: 21697171 Change-Id: I7649c7341428194963ac74e9ae622dfa76ea738b
-rw-r--r--AndroidManifest.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index bc84bf577..87d004d20 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -39,6 +39,10 @@
<protected-broadcast android:name="android.provider.Telephony.SIM_FULL" />
<protected-broadcast android:name="com.android.internal.telephony.data-restart-trysetup" />
<protected-broadcast android:name="com.android.internal.telephony.data-stall" />
+ <protected-broadcast android:name= "android.intent.action.stk.command" />
+ <protected-broadcast android:name= "android.intent.action.stk.session_end" />
+ <protected-broadcast android:name= "android.intent.action.stk.icc_status_change" />
+ <protected-broadcast android:name= "android.intent.action.stk.alpha_notify" />
<uses-permission android:name="android.permission.BROADCAST_STICKY" />
<uses-permission android:name="android.permission.CALL_PHONE" />