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

Commit cadb9498 authored by Rajeev Kumar's avatar Rajeev Kumar Committed by Greg Kaiser
Browse files

Add explicit android:exported="true" declarations

We add this for GestureSandboxActivity and
com.android.launcher3.uioverrides.QuickstepLauncher to
reinstate the behavior of go/ag/11746107 which was
incorrectly reverted in go/ag/11963698.

We also add this for HotseatEduActivity which was
newly added in go/ag/11963698.

Bug: 159709775
Test: wembley-userdebug boots and has functioning Launcher
Change-Id: I17904f9ad88abc66364675426545eae423cb3175
parent 78be2f47
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -53,7 +53,8 @@
            android:resizeableActivity="true"
            android:resizeableActivity="true"
            android:resumeWhilePausing="true"
            android:resumeWhilePausing="true"
            android:taskAffinity=""
            android:taskAffinity=""
            android:enabled="true">
            android:enabled="true"
            android:exported="true">
            <intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.HOME" />
                <category android:name="android.intent.category.HOME" />
+4 −2
Original line number Original line Diff line number Diff line
@@ -98,7 +98,8 @@
            android:name="com.android.quickstep.interaction.GestureSandboxActivity"
            android:name="com.android.quickstep.interaction.GestureSandboxActivity"
            android:autoRemoveFromRecents="true"
            android:autoRemoveFromRecents="true"
            android:excludeFromRecents="true"
            android:excludeFromRecents="true"
            android:screenOrientation="portrait">
            android:screenOrientation="portrait"
            android:exported="true">
            <intent-filter>
            <intent-filter>
                <action android:name="com.android.quickstep.action.GESTURE_SANDBOX"/>
                <action android:name="com.android.quickstep.action.GESTURE_SANDBOX"/>
                <category android:name="android.intent.category.DEFAULT"/>
                <category android:name="android.intent.category.DEFAULT"/>
@@ -110,7 +111,8 @@
            android:noHistory="true"
            android:noHistory="true"
            android:launchMode="singleTask"
            android:launchMode="singleTask"
            android:clearTaskOnLaunch="true"
            android:clearTaskOnLaunch="true"
            android:permission="${packageName}.permission.HOTSEAT_EDU">
            android:permission="${packageName}.permission.HOTSEAT_EDU"
            android:exported="true">
            <intent-filter>
            <intent-filter>
                <action android:name="com.android.launcher3.action.SHOW_HYBRID_HOTSEAT_EDU"/>
                <action android:name="com.android.launcher3.action.SHOW_HYBRID_HOTSEAT_EDU"/>
                <category android:name="android.intent.category.DEFAULT" />
                <category android:name="android.intent.category.DEFAULT" />