summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Matt Casey <mrcasey@google.com> 2023-05-12 20:21:19 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2023-05-12 20:21:19 +0000
commit7ec78157582fc57418546ab323971fc63f485f3b (patch)
treec5d7f9a688482a7ed833cc1c0ab98077978adc08
parent6df7212d1017517efd372845411eebee3d8c8580 (diff)
parentff9e750e0f8be7bcdc75e1f0faf4453bcd0dbf8b (diff)
Merge "Enable IntentResolver by default" into udc-dev
-rw-r--r--AndroidManifest.xml9
1 files changed, 1 insertions, 8 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8115b2b2..f625451d 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -44,12 +44,6 @@
android:forceQueryable="true"
android:supportsRtl="true">
- <!-- This activity is enabled or disabled by the ChooserSelector
- component, based on the flag flipper experiment (1500). It's
- initially disabled here only as an extra precaution, since it
- should be disabled by ChooserSelector on startup regardless.
- TODO: if this graduates from its experiment (and ChooserSelector
- is removed), this should be set to default-enabled. -->
<activity android:name=".ChooserActivity"
android:theme="@style/Theme.DeviceDefault.Chooser"
android:finishOnCloseSystemDialogs="true"
@@ -58,8 +52,7 @@
android:relinquishTaskIdentity="true"
android:configChanges="screenSize|smallestScreenSize|screenLayout|keyboard|keyboardHidden"
android:visibleToInstantApps="true"
- android:exported="true"
- android:enabled="false">
+ android:exported="true">
<!-- This intent filter is assigned a priority greater than 100 so
that it will take precedence over the framework ChooserActivity