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

Commit 6a0c8974 authored by Jim Miller's avatar Jim Miller
Browse files

Remove temporary workaround for GMS TrustAgent while API changed.

Fixes bug 16401527

Change-Id: I2e892664ecbdd1cd893f521f2181bc6840ba027e
parent 300e920f
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -1116,11 +1116,6 @@
                <action android:name="android.app.action.CONFIRM_DEVICE_CREDENTIAL" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <!-- TODO: Remove this once new API is being used -->
            <intent-filter android:priority="1000">
                <action android:name="android.intent.action.CONFIRM_DEVICE_CREDENTIAL" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>

        <activity android:name=".notification.RedactionInterstitial" />