summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Alex Johnston <acjohnston@google.com> 2020-05-26 18:34:29 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2020-05-26 18:34:29 +0000
commitea2808e6dea1241a2f2cb4d5440b783036db5e04 (patch)
treec6cb4572b0cd85fdb154f8e382e7c13fb80577c6
parent9b874cc2f91a9d7165b8bbfa85308bc09df018fa (diff)
parent823503a16af5f02b7030110effa43b814f6cf75b (diff)
Merge "Remove black flash when unlocking work profile" into rvc-dev
-rw-r--r--packages/SystemUI/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml
index 055b2beaaa65..985269b2bb75 100644
--- a/packages/SystemUI/AndroidManifest.xml
+++ b/packages/SystemUI/AndroidManifest.xml
@@ -607,7 +607,7 @@
android:excludeFromRecents="true"
android:stateNotNeeded="true"
android:resumeWhilePausing="true"
- android:theme="@android:style/Theme.Black.NoTitleBar">
+ 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" />