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

Commit e6b93993 authored by Schneider Victor-tulias's avatar Schneider Victor-tulias
Browse files

Update Gesture navigation tutorial activity permissions

Temporarily removed REBOOT permission requirement from GESTURE_SANDBOX.

Fixes: 188035141
Test: manual
Change-Id: I11788d7c6dd5a7b10e8cc4400b17f5f2fec967f7
parent 835fab23
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"/>