summaryrefslogtreecommitdiff
path: root/packages/SystemUI/AndroidManifest.xml
diff options
context:
space:
mode:
author Mark Renouf <mrenouf@google.com> 2022-02-24 01:08:35 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2022-02-24 01:08:35 +0000
commitcac9e4e7e366ff80576c55fed6becdf8fc29dad0 (patch)
tree4c915294304f1da43bcafbb14cb089bd21bb6b81 /packages/SystemUI/AndroidManifest.xml
parent1e9ff8eea66e373ce4f90953051f969c26b4068a (diff)
parentc749c370d49d6a6f88df4bb10a4716d694d42660 (diff)
Merge "Remove SysUI Chooser" into tm-dev
Diffstat (limited to 'packages/SystemUI/AndroidManifest.xml')
-rw-r--r--packages/SystemUI/AndroidManifest.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml
index ad6074a93c96..147f3e192207 100644
--- a/packages/SystemUI/AndroidManifest.xml
+++ b/packages/SystemUI/AndroidManifest.xml
@@ -767,22 +767,6 @@
</intent-filter>
</activity>
- <activity android:name=".chooser.ChooserActivity"
- android:theme="@*android:style/Theme.NoDisplay"
- android:finishOnCloseSystemDialogs="true"
- android:excludeFromRecents="true"
- android:documentLaunchMode="never"
- android:relinquishTaskIdentity="true"
- android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation|keyboard|keyboardHidden"
- android:process=":ui"
- android:visibleToInstantApps="true"
- android:exported="true">
- <intent-filter>
- <action android:name="android.intent.action.CHOOSER" />
- <category android:name="android.intent.category.VOICE" />
- </intent-filter>
- </activity>
-
<activity android:name=".clipboardoverlay.EditTextActivity"
android:theme="@style/EditTextActivity"
android:exported="false"