Loading AndroidManifest.xml +5 −0 Original line number Diff line number Diff line Loading @@ -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"/> Loading @@ -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" Loading Loading
AndroidManifest.xml +5 −0 Original line number Diff line number Diff line Loading @@ -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"/> Loading @@ -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" Loading