Merge "Add intent action to launch face enrollment" into sc-v2-dev am: 2fa408c103
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16177210 Change-Id: Ie4cd9c0a1d93bf325356c7538e891a815c6a2edf
This commit is contained in:
@@ -1945,8 +1945,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"
|
||||||
|
Reference in New Issue
Block a user