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

Commit 4a859488 authored by Andy Wickham's avatar Andy Wickham Committed by Android (Google) Code Review
Browse files

Merge "Removes Sandbox from launcher task." into ub-launcher3-rvc-dev

parents c0c09912 690543f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@
            android:configChanges="keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenSize|screenLayout|smallestScreenSize"
            android:resizeableActivity="true"
            android:resumeWhilePausing="true"
            android:taskAffinity="${packageName}.launcher"
            android:taskAffinity=""
            android:enabled="true">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
+0 −1
Original line number Diff line number Diff line
@@ -99,7 +99,6 @@
            android:name="com.android.quickstep.interaction.GestureSandboxActivity"
            android:autoRemoveFromRecents="true"
            android:excludeFromRecents="true"
            android:taskAffinity="${packageName}.launcher"
            android:screenOrientation="portrait">
            <intent-filter>
                <action android:name="com.android.quickstep.action.GESTURE_SANDBOX" />
+3 −1
Original line number Diff line number Diff line
@@ -17,7 +17,9 @@
    <string name="task_overlay_factory_class" translatable="false"/>

    <!-- Activities which block home gesture -->
    <string-array name="gesture_blocking_activities" translatable="false"/>
    <string-array name="gesture_blocking_activities" translatable="false">
        <item>com.android.launcher3/com.android.quickstep.interaction.GestureSandboxActivity</item>
    </string-array>

    <string name="stats_log_manager_class" translatable="false">com.android.quickstep.logging.StatsLogCompatManager</string>