summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 30be255..84c41a2 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1002,6 +1002,16 @@
<!-- Second and third-level settings -->
<!-- Lock screen settings -->
+ <activity android:name="ConfirmDeviceCredentialActivity"
+ android:exported="true">
+ <!-- Use high-priority to prevent an installed activity from masquerading as this one. -->
+ <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="ConfirmLockPattern"/>
<activity android:name="ConfirmLockPassword"