Add intent action to launch face enrollment

Test: adb shell am start -a android.settings.FACE_ENROLL

Bug: 204100385
Change-Id: I3ac4395d80f0c36e8cab3b068c51ce03d0ecad7b
This commit is contained in:
Curtis Belmonte
2021-11-02 14:03:47 -07:00
parent 4b40fa5016
commit 3de8abe8ee

View File

@@ -1935,8 +1935,13 @@
android:screenOrientation="portrait"/> android:screenOrientation="portrait"/>
<activity android:name=".biometrics.face.FaceEnrollIntroduction" <activity android:name=".biometrics.face.FaceEnrollIntroduction"
android:exported="false" android:exported="true"
android:screenOrientation="portrait"/> 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" <activity android:name=".biometrics.face.FaceEnrollEducation"
android:exported="false" android:exported="false"