Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8a85cd81 authored by Alison Cichowlas's avatar Alison Cichowlas
Browse files

Remove CHOOSER_UI intent filter.

Unused in practice as flow is still via framework in order to pick
up token.

Bug: 120572352
Test: atest SystemUiTests;  atest cts/tests/signature/intent-check/src/android/signature/cts/intent/IntentTest.java
Change-Id: I8497cdd7ddd4c4e1c905e9e19e24e92d4d54004d
parent 1fcbf838
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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  -->