summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorxinhe <xinhe@google.com>2014-11-18 11:33:48 -0800
committerxinhe <xinhe@google.com>2014-11-18 13:38:18 -0800
commit5b756584fe348d30c0425536947ca4e129023002 (patch)
treef6e5658e9bfc6c84679f5c11a06a6229c0e3e6cb /AndroidManifest.xml
parent18f5692e882f2048b40bb4880317e069c89519fb (diff)
downloadStk-5b756584fe348d30c0425536947ca4e129023002.tar.gz
Crash in Phone observed while launching SIM Toolkit app
This APP should not be available for secondary user Bug:18224707 Change-Id: Iaa4201751ae181820398625188efd6ae87f4317a
Diffstat (limited to 'AndroidManifest.xml')
-rwxr-xr-xAndroidManifest.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index c408fe2..71f029b 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -92,8 +92,7 @@
</intent-filter>
</receiver>
- <receiver android:name="com.android.stk.BootCompletedReceiver"
- androidprv:primaryUserOnly="true">
+ <receiver android:name="com.android.stk.BootCompletedReceiver">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>