Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7fff4a17 authored by Felipe Leme's avatar Felipe Leme
Browse files

Protect android.intent.action.BUGREPORT_STARTED.

This intent is sent by dumpstate when launched with the -P (progress) option.

BUG: 25794470
Change-Id: I6b6265f85f366db3dfca758d90be83c9e3736d7c
parent 718e16ad
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -277,6 +277,7 @@
    <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_FINISHED" />
    <protected-broadcast android:name="android.intent.action.BUGREPORT_STARTED" />

    <protected-broadcast android:name="android.intent.action.ACTION_IDLE_MAINTENANCE_START" />
    <protected-broadcast android:name="android.intent.action.ACTION_IDLE_MAINTENANCE_END" />