Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3de8abe8 authored by Curtis Belmonte's avatar Curtis Belmonte
Browse files

Add intent action to launch face enrollment

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

Bug: 204100385
Change-Id: I3ac4395d80f0c36e8cab3b068c51ce03d0ecad7b
parent 4b40fa50
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -1935,8 +1935,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"