mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
Merge "Update Gesture navigation tutorial activity permissions" into sc-dev am: a217d6fccd
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15083216 Change-Id: Id0fbf5eaf5196810f7c915e5ac7eaecda3154f3c
This commit is contained in:
committed by
Automerger Merge Worker
commit
9a4baf1ddc
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user