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

Commit 046362df authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add an exported flag in manifest" into rvc-dev-plus-aosp

parents 3ae406e8 02f8c0f5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -354,6 +354,7 @@

        <receiver
            android:name=".BugreportRequestedReceiver"
            android:exported="true"
            android:permission="android.permission.TRIGGER_SHELL_BUGREPORT">
            <intent-filter>
                <action android:name="com.android.internal.intent.action.BUGREPORT_REQUESTED" />
@@ -362,6 +363,7 @@

        <receiver
            android:name=".HeapDumpReceiver"
            android:exported="true"
            android:permission="android.permission.DUMP">
            <intent-filter>
                <action android:name="android.intent.action.BOOT_COMPLETED" />
+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@
            android:label="ActionSendMultipleConsumer"
            android:theme="@android:style/Theme.NoDisplay"
            android:noHistory="true"
            android:exported="true"
            android:excludeFromRecents="true">
            <intent-filter>
                <action android:name="android.intent.action.SEND_MULTIPLE" />