Loading quickstep/AndroidManifest.xml +0 −6 Original line number Diff line number Diff line Loading @@ -103,16 +103,10 @@ android:clearTaskOnLaunch="true" android:exported="false"/> <!-- Activity for gesture nav onboarding. It's protected by android.permission.REBOOT to ensure that only system apps can start it (setup wizard already has this permission) --> <activity android:name="com.android.quickstep.interaction.GestureSandboxActivity" android:autoRemoveFromRecents="true" android:excludeFromRecents="true" android:screenOrientation="portrait" android:permission="android.permission.REBOOT" android:exported="true"> <intent-filter> <action android:name="com.android.quickstep.action.GESTURE_SANDBOX"/> Loading Loading
quickstep/AndroidManifest.xml +0 −6 Original line number Diff line number Diff line Loading @@ -103,16 +103,10 @@ android:clearTaskOnLaunch="true" android:exported="false"/> <!-- Activity for gesture nav onboarding. It's protected by android.permission.REBOOT to ensure that only system apps can start it (setup wizard already has this permission) --> <activity android:name="com.android.quickstep.interaction.GestureSandboxActivity" android:autoRemoveFromRecents="true" android:excludeFromRecents="true" android:screenOrientation="portrait" android:permission="android.permission.REBOOT" android:exported="true"> <intent-filter> <action android:name="com.android.quickstep.action.GESTURE_SANDBOX"/> Loading