Loading packages/SystemUI/AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -723,7 +723,7 @@ android:excludeFromRecents="true" android:stateNotNeeded="true" android:resumeWhilePausing="true" android:theme="@style/Theme.AppCompat.DayNight.NoActionBar"> android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"> <intent-filter> <action android:name="android.app.action.CONFIRM_DEVICE_CREDENTIAL_WITH_USER" /> <category android:name="android.intent.category.DEFAULT" /> Loading packages/SystemUI/res/layout/auth_biometric_background.xml +2 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,8 @@ --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:theme="@style/Theme.AppCompat.DayNight" android:background="?android:colorBackground" android:layout_width="match_parent" android:layout_height="match_parent" android:gravity="center" Loading Loading
packages/SystemUI/AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -723,7 +723,7 @@ android:excludeFromRecents="true" android:stateNotNeeded="true" android:resumeWhilePausing="true" android:theme="@style/Theme.AppCompat.DayNight.NoActionBar"> android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"> <intent-filter> <action android:name="android.app.action.CONFIRM_DEVICE_CREDENTIAL_WITH_USER" /> <category android:name="android.intent.category.DEFAULT" /> Loading
packages/SystemUI/res/layout/auth_biometric_background.xml +2 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,8 @@ --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:theme="@style/Theme.AppCompat.DayNight" android:background="?android:colorBackground" android:layout_width="match_parent" android:layout_height="match_parent" android:gravity="center" Loading