Remove temporary workaround for GMS TrustAgent while API changed.
Fixes bug 16401527 Change-Id: I2e892664ecbdd1cd893f521f2181bc6840ba027e
This commit is contained in:
@@ -1116,11 +1116,6 @@
|
|||||||
<action android:name="android.app.action.CONFIRM_DEVICE_CREDENTIAL" />
|
<action android:name="android.app.action.CONFIRM_DEVICE_CREDENTIAL" />
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
</intent-filter>
|
</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>
|
||||||
|
|
||||||
<activity android:name=".notification.RedactionInterstitial" />
|
<activity android:name=".notification.RedactionInterstitial" />
|
||||||
|
Reference in New Issue
Block a user