Merge "Add intent action to launch face enrollment" into sc-v2-dev am: 2fa408c103 am: edc39b86fc

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16177210

Change-Id: Ifb4b6b78520b58dafde517e68589033b18de0305
This commit is contained in:
TreeHugger Robot
2021-11-02 23:02:53 +00:00
committed by Automerger Merge Worker

View File

@@ -1951,8 +1951,13 @@
android:screenOrientation="portrait"/>
<activity android:name=".biometrics.face.FaceEnrollIntroduction"
android:exported="false"
android:screenOrientation="portrait"/>
android:exported="true"
android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.settings.FACE_ENROLL"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
</activity>
<activity android:name=".biometrics.face.FaceEnrollEducation"
android:exported="false"