summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Thomson <paulthomson@google.com>2020-11-04 19:54:08 +0000
committerPaul Thomson <paulthomson@google.com>2020-11-04 19:55:48 +0000
commitcaf696ddfde595c9d0ce215cc4d322420eca4442 (patch)
treeead9e9c036ab1b3fd24037e1a53ce2fff73de743
parent779fc55278e628641f760b76e9640bec612b2ede (diff)
downloadreplicaisland-caf696ddfde595c9d0ce215cc4d322420eca4442.tar.gz
Fix manifest for S
This app is used in the following CTS tests: android.openglperf.cts.GlAppSwitchTest#testGlActivitySwitchingFast android.openglperf.cts.GlAppSwitchTest#testGlActivitySwitchingSlow Bug: b/172076843 Change-Id: Ib5e5f55f7e00491b10599374648445646a0050ee
-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" />