summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Felipe Leme <felipeal@google.com> 2016-02-22 11:04:03 -0800
committer Felipe Leme <felipeal@google.com> 2016-02-22 11:04:03 -0800
commit66d7588078fbdbdadf646577dce6b3821976d25c (patch)
treefb36ccfaa7d52292f1244b8ec84af4ca14968d02
parente17575d3b5461866c7b2812432b7798ee04e775e (diff)
Removed bugreport intents from protected list.
These intents are send by Shell, which is not a protected uid, and already required the android.permission.DUMP permission, hence they are protected by permission. BUG: 27287868 Change-Id: Ie7cfe20a119e8abe989186ca2e0ae16454b4cf22
-rw-r--r--core/res/AndroidManifest.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index eeff00f54c86..78cca583b79c 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -296,10 +296,6 @@
<protected-broadcast android:name="android.intent.action.AIRPLANE_MODE" />
<protected-broadcast android:name="android.intent.action.ADVANCED_SETTINGS" />
<protected-broadcast android:name="android.intent.action.APPLICATION_RESTRICTIONS_CHANGED" />
- <protected-broadcast android:name="android.intent.action.BUGREPORT_STARTED" />
- <protected-broadcast android:name="android.intent.action.BUGREPORT_FINISHED" />
- <protected-broadcast android:name="android.intent.action.REMOTE_BUGREPORT_FINISHED" />
- <protected-broadcast android:name="android.intent.action.REMOTE_BUGREPORT_DISPATCH" />
<!-- Legacy -->
<protected-broadcast android:name="android.intent.action.ACTION_IDLE_MAINTENANCE_START" />