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

Commit 8efe8ed4 authored by Robin Lee's avatar Robin Lee
Browse files

Protect INTENT_BUGREPORT_REQUESTED

Sent by ActityMananagerService to config_defaultBugReportHandlerApp
as part of the custom bugreport flow introduced in Android10.

Change-Id: Ia49ec5f234f08ca17d6df1f42cd56e1254c5b878
Test: Press CENTER + BACK on a TV.
parent 50260a97
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -668,6 +668,10 @@
    <!-- For tether entitlement recheck-->
    <protected-broadcast
        android:name="com.android.server.connectivity.tethering.PROVISIONING_RECHECK_ALARM" />

    <!-- Made protected in S (was added in R) -->
    <protected-broadcast android:name="com.android.internal.intent.action.BUGREPORT_REQUESTED" />

    <!-- ====================================================================== -->
    <!--                          RUNTIME PERMISSIONS                           -->
    <!-- ====================================================================== -->