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

Commit 5c68d6e0 authored by Schneider Victor-tulias's avatar Schneider Victor-tulias Committed by Automerger Merge Worker
Browse files

Merge "Update Gesture navigation tutorial activity permissions" into sc-dev am: a217d6fc

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15083216

Change-Id: Iec5d8c3625f7898d66e40aaad200342eb017d1a9
parents 6a00bf85 a217d6fc
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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"/>