summaryrefslogtreecommitdiff
path: root/quickstep/AndroidManifest.xml
diff options
context:
space:
mode:
authorRajeev Kumar <rajekumar@google.com>2020-06-23 10:17:51 -0700
committerRajeev Kumar <rajekumar@google.com>2020-06-23 23:04:38 +0000
commitb6354114bade2c25b0bd8b943ac7ef60e7f9e8a4 (patch)
tree21723877f536ef1ce06f229fd6b70f13b239019b /quickstep/AndroidManifest.xml
parent7e47e05f40a099abc3101a9d4c7471b3a58de46b (diff)
downloadLauncher3-b6354114bade2c25b0bd8b943ac7ef60e7f9e8a4.tar.gz
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. (Cherry pick from master cadb94983be5ab558202041a053eb4b67ccf3c01) Bug: 159709775 Fixes: 159709775 Test: wembley-userdebug boots and has functioning Launcher Change-Id: I17904f9ad88abc66364675426545eae423cb3175 Merged-In: I17904f9ad88abc66364675426545eae423cb3175
Diffstat (limited to 'quickstep/AndroidManifest.xml')
-rw-r--r--quickstep/AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/quickstep/AndroidManifest.xml b/quickstep/AndroidManifest.xml
index a4b196643c..4e7c3fa75b 100644
--- a/quickstep/AndroidManifest.xml
+++ b/quickstep/AndroidManifest.xml
@@ -110,7 +110,8 @@
android:noHistory="true"
android:launchMode="singleTask"
android:clearTaskOnLaunch="true"
- android:permission="${packageName}.permission.HOTSEAT_EDU">
+ android:permission="${packageName}.permission.HOTSEAT_EDU"
+ android:exported="true">
<intent-filter>
<action android:name="com.android.launcher3.action.SHOW_HYBRID_HOTSEAT_EDU"/>
<category android:name="android.intent.category.DEFAULT" />