summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2021-08-14 06:31:01 +0000
committerXin Li <delphij@google.com>2021-08-14 06:31:01 +0000
commit95d9d77e3f5144be78056ef5af34f1d8944f27ed (patch)
treed519826c0676ac004f98ff2c794f2bd0b57d7902
parentd1848dfb34c903fd3e1c0487672794c9c1bff51c (diff)
parent4ec4185b02f33fe19d5be5a18165ebac27c1a002 (diff)
downloadreplicaisland-95d9d77e3f5144be78056ef5af34f1d8944f27ed.tar.gz
Merge sc-dev-plus-aosp-without-vendor@7634622temp_sam_202323961
Merged-In: I91d34abdd7a84053aa4dc0c16d32b0ffcaa75619 Change-Id: Ieccafa6fb2fea229b5b60b828c0c94a3dc7fe77a
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index ca5b573..5bb23a1 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -40,7 +40,8 @@
<activity android:name="AndouKun" android:label="@string/app_name"
android:screenOrientation="landscape"
android:configChanges="keyboardHidden|orientation"
- android:launchMode="singleTask">
+ android:launchMode="singleTask"
+ android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />