summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Brubaker <cbrubaker@google.com>2017-04-13 11:24:49 -0700
committerChad Brubaker <cbrubaker@google.com>2017-04-13 19:02:12 +0000
commitfc7e4519ba27f49420d2d60e5379c7468159d677 (patch)
tree67451218cac8bb34a3111b1214df47745ae4d583
parent3d900b3476781cf625a5b20a6d33f1622d555515 (diff)
downloadContacts-fc7e4519ba27f49420d2d60e5379c7468159d677.tar.gz
Expose PeopleActivity to Instant Apps
PeopleActivity is used for EDIT and INSERT actions. Test: cts-tradefed run commandAndExit cts-dev -m CtsAppSecurityHostTestCases -t android.appsecurity.cts.EphemeralTest#testExposedSystemActivities Change-Id: I6117600c91174f84f14d49471c988d48646584a0 (cherry picked from commit d8b90389830688b7b86e3f8aa30d4271739a89b4)
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 06565d14d..11cd4add2 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -76,6 +76,7 @@
android:launchMode="singleTop"
android:resizeableActivity="true"
android:theme="@style/LaunchScreenTheme"
+ android:visibleToInstantApps="true"
>
<intent-filter>
<action android:name="android.intent.action.MAIN"/>