aboutsummaryrefslogtreecommitdiff
path: root/RotaryPlayground
diff options
context:
space:
mode:
authorHeemin Seog <hseog@google.com>2020-10-15 14:52:27 -0700
committerHeemin Seog <hseog@google.com>2020-10-15 22:01:40 +0000
commit180e0fc3c6ce301bf040f61f12381b40cea6b4cf (patch)
treecf4a7f881acae4372fb4125ccd3166482c81cb32 /RotaryPlayground
parentc4c69d72f9fded4818dda52ad6cf7ba6dc730c5f (diff)
downloadtests-180e0fc3c6ce301bf040f61f12381b40cea6b4cf.tar.gz
Export the Rotary playground activity and ime service
This is necessary for activities that have intent filters in Android S+ Bug: 170991691 Test: manually install Change-Id: I03b445b3a9771d05a956226f30e6c9d11858bf28
Diffstat (limited to 'RotaryPlayground')
-rw-r--r--RotaryPlayground/AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/RotaryPlayground/AndroidManifest.xml b/RotaryPlayground/AndroidManifest.xml
index 4aac33f..4e68c67 100644
--- a/RotaryPlayground/AndroidManifest.xml
+++ b/RotaryPlayground/AndroidManifest.xml
@@ -23,6 +23,7 @@
<activity
android:name=".RotaryActivity"
android:label="@string/app_name"
+ android:exported="true"
android:allowEmbedded="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />