Fix face unlock setup page is abnormal
Apply GlifV4Theme.DayNight for FaceEnrollIntroduction related pages.
Flag: NONE
Bug: 329778849
Test: manully test with reproducible steps:
1. Flash and factory wipe the device with latest build
2. Complete SUW and update all the apps
3. Go to settings > security& privacy > face unlock >
observe setup page
Change-Id: I73293808d225ecad013d507bd9c38b23324b17ec
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 5ffbbf8..a936d35 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -2643,6 +2643,7 @@
<activity android:name=".biometrics.face.FaceEnrollIntroduction"
android:exported="true"
+ android:theme="@style/GlifV4Theme.DayNight"
android:screenOrientation="nosensor">
<intent-filter>
<action android:name="android.settings.FACE_ENROLL"/>
@@ -2653,18 +2654,22 @@
<activity android:name=".biometrics.face.FaceEnrollIntroductionInternal"
android:exported="false"
android:screenOrientation="nosensor"
+ android:theme="@style/GlifV4Theme.DayNight"
android:taskAffinity="com.android.settings.root" />
<activity android:name=".biometrics.face.FaceEnrollEducation"
android:exported="false"
+ android:theme="@style/GlifV4Theme.DayNight"
android:screenOrientation="nosensor"/>
<activity android:name=".biometrics.face.FaceEnrollEnrolling"
android:exported="false"
+ android:theme="@style/GlifV4Theme.DayNight"
android:screenOrientation="portrait"/>
<activity android:name=".biometrics.face.FaceEnrollFinish"
android:exported="false"
+ android:theme="@style/GlifV4Theme.DayNight"
android:screenOrientation="portrait"/>
<activity android:name=".biometrics.BiometricHandoffActivity"