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

Commit 1e870364 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add FingerprintEnroll API"

parents d85c7488 42ae10e6
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -1592,7 +1592,14 @@
        <activity android:name=".fingerprint.FingerprintEnrollFindSensor" android:exported="false"/>
        <activity android:name=".fingerprint.FingerprintEnrollEnrolling" android:exported="false"/>
        <activity android:name=".fingerprint.FingerprintEnrollFinish" android:exported="false"/>
        <activity android:name=".fingerprint.FingerprintEnrollIntroduction" android:exported="false" />
        <activity android:name=".fingerprint.FingerprintEnrollIntroduction"
            android:exported="true"
            android:theme="@style/GlifTheme.Light">
            <intent-filter>
                <action android:name="android.settings.FINGERPRINT_ENROLL" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>

        <activity android:name=".fingerprint.SetupFingerprintEnrollFindSensor" android:exported="false"/>
        <activity android:name=".fingerprint.SetupFingerprintEnrollEnrolling" android:exported="false"/>