Loading packages/Shell/AndroidManifest.xml +2 −0 Original line number Diff line number Diff line Loading @@ -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" /> Loading @@ -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" /> Loading packages/Shell/tests/AndroidManifest.xml +1 −0 Original line number Diff line number Diff line Loading @@ -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" /> Loading Loading
packages/Shell/AndroidManifest.xml +2 −0 Original line number Diff line number Diff line Loading @@ -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" /> Loading @@ -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" /> Loading
packages/Shell/tests/AndroidManifest.xml +1 −0 Original line number Diff line number Diff line Loading @@ -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" /> Loading