summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2019-01-30 15:24:40 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2019-01-30 15:24:40 +0000
commit5e5aebe9f602cbbb6403ae3e6a8cefd48872dd8c (patch)
treea84c40eb6ff81e3c823c4f6772b400da835c4c66
parenta8f471c00751ee571bc3da47cec31626b2289afc (diff)
parent8a85cd814fa31a581160336b08a35ac6a40c4550 (diff)
Merge "Remove CHOOSER_UI intent filter."
-rw-r--r--packages/SystemUI/AndroidManifest.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml
index 3453e798c7ae..a18eb7631563 100644
--- a/packages/SystemUI/AndroidManifest.xml
+++ b/packages/SystemUI/AndroidManifest.xml
@@ -593,11 +593,6 @@
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation|keyboard|keyboardHidden"
android:process=":ui"
android:visibleToInstantApps="true">
- <intent-filter>
- <action android:name="android.intent.action.CHOOSER_UI" />
- <category android:name="android.intent.category.DEFAULT" />
- <category android:name="android.intent.category.VOICE" />
- </intent-filter>
</activity>
<!-- Doze with notifications, run in main sysui process for every user -->