Merge "Implement “Set up Face or Fingerprint Unlock first” page"

This commit is contained in:
Yuanjia Hsu
2023-01-31 07:49:22 +00:00
committed by Android (Google) Code Review
5 changed files with 276 additions and 1 deletions

View File

@@ -2524,6 +2524,8 @@
<meta-data android:name="com.android.settings.icon_tintable" android:value="true" />
</activity-alias>
<activity android:name=".biometrics.activeunlock.ActiveUnlockRequireBiometricSetup" android:exported="false"/>
<!-- Note this must not be exported since it returns the password in the intent -->
<activity android:name=".password.ConfirmLockPattern$InternalActivity"
android:exported="false"