Revert "Apply "@style/GlifTheme.Light" for Fingerprint enroll activities"
This reverts commit cba2df43cb.
Reason for revert: 333815129
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:fce30a15f5f4234c6160a0be4fb712c841ed0736)
Merged-In: I83c16179565d189c43bab2f8bdcc25b3b3f1c980
Change-Id: I83c16179565d189c43bab2f8bdcc25b3b3f1c980
This commit is contained in:
committed by
Android Build Coastguard Worker
parent
dfa8e0c583
commit
28608b384b
@@ -2737,18 +2737,10 @@
|
||||
<activity android:name=".biometrics.fingerprint.FingerprintSettings"
|
||||
android:exported="false"
|
||||
android:taskAffinity="com.android.settings.root" />
|
||||
<activity android:name=".biometrics.fingerprint.FingerprintEnrollFindSensor"
|
||||
android:exported="false"
|
||||
android:theme="@style/GlifTheme.Light"/>
|
||||
<activity android:name=".biometrics.fingerprint.FingerprintEnrollEnrolling"
|
||||
android:exported="false"
|
||||
android:theme="@style/GlifTheme.Light"/>
|
||||
<activity android:name=".biometrics.fingerprint.FingerprintEnrollFinish"
|
||||
android:exported="false"
|
||||
android:theme="@style/GlifTheme.Light"/>
|
||||
<activity android:name=".biometrics.fingerprint.FingerprintEnrollParentalConsent"
|
||||
android:exported="false"
|
||||
android:theme="@style/GlifTheme.Light"/>
|
||||
<activity android:name=".biometrics.fingerprint.FingerprintEnrollFindSensor" android:exported="false"/>
|
||||
<activity android:name=".biometrics.fingerprint.FingerprintEnrollEnrolling" android:exported="false"/>
|
||||
<activity android:name=".biometrics.fingerprint.FingerprintEnrollFinish" android:exported="false"/>
|
||||
<activity android:name=".biometrics.fingerprint.FingerprintEnrollParentalConsent" android:exported="false"/>
|
||||
<activity android:name=".biometrics.fingerprint.FingerprintEnrollIntroduction"
|
||||
android:exported="true"
|
||||
android:theme="@style/GlifTheme.Light">
|
||||
@@ -2778,15 +2770,9 @@
|
||||
android:theme="@style/GlifTheme.Light"
|
||||
android:taskAffinity="com.android.settings.root" />
|
||||
|
||||
<activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollFindSensor"
|
||||
android:exported="false"
|
||||
android:theme="@style/GlifTheme.Light"/>
|
||||
<activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollEnrolling"
|
||||
android:exported="false"
|
||||
android:theme="@style/GlifTheme.Light"/>
|
||||
<activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollFinish"
|
||||
android:exported="false"
|
||||
android:theme="@style/GlifTheme.Light"/>
|
||||
<activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollFindSensor" android:exported="false"/>
|
||||
<activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollEnrolling" android:exported="false"/>
|
||||
<activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollFinish" android:exported="false"/>
|
||||
<activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollIntroduction"
|
||||
android:exported="true"
|
||||
android:permission="android.permission.MANAGE_FINGERPRINT"
|
||||
|
||||
Reference in New Issue
Block a user