Merge "Revert "Add a null home activity to Shell.apk"" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-05-18 17:28:46 +00:00
committed by Android (Google) Code Review
3 changed files with 0 additions and 103 deletions

View File

@@ -346,22 +346,6 @@
android:excludeFromRecents="true"
android:exported="false" />
<!--
The following is used as a no-op/null home activity when
no other MAIN/HOME activity is present (e.g., in CSI).
-->
<activity android:name=".NullHome"
android:excludeFromRecents="true"
android:label=""
android:screenOrientation="nosensor">
<!-- The priority here is set to be lower than that for Settings -->
<intent-filter android:priority="-1100">
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.HOME" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<receiver
android:name=".BugreportRequestedReceiver"
android:permission="android.permission.TRIGGER_SHELL_BUGREPORT">