diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 311840336dc..1990ce04b4d 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -2680,6 +2680,7 @@ android:label="" android:theme="@style/Transparent" android:excludeFromRecents="true" + android:documentLaunchMode="always" android:exported="true" android:permission="android.permission.CHANGE_WIFI_STATE" android:configChanges="orientation|keyboardHidden|screenSize"> diff --git a/res/drawable/ic_partial_system_update_current.xml b/res/drawable/ic_partial_system_update_current.xml index 18be2033c08..6e16592a4f1 100644 --- a/res/drawable/ic_partial_system_update_current.xml +++ b/res/drawable/ic_partial_system_update_current.xml @@ -14,11 +14,14 @@ Copyright (C) 2019 The Android Open Source Project limitations under the License. --> - +android:width="24dp" +android:height="24dp" +android:viewportWidth="24.0" +android:viewportHeight="24.0"> + + diff --git a/res/drawable/ic_partial_system_update_stale.xml b/res/drawable/ic_partial_system_update_stale.xml index 711be2caed6..905187c1058 100644 --- a/res/drawable/ic_partial_system_update_stale.xml +++ b/res/drawable/ic_partial_system_update_stale.xml @@ -14,11 +14,14 @@ Copyright (C) 2019 The Android Open Source Project limitations under the License. --> - +android:width="24dp" +android:height="24dp" +android:viewportWidth="24.0" +android:viewportHeight="24.0"> + + diff --git a/res/layout/face_enroll_introduction.xml b/res/layout/face_enroll_introduction.xml index ca8399bc9d2..f551e3637a6 100644 --- a/res/layout/face_enroll_introduction.xml +++ b/res/layout/face_enroll_introduction.xml @@ -65,7 +65,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" - android:layout_gravity="center_horizontal|bottom"> + android:layout_gravity="center_horizontal|bottom" + android:paddingTop="12dp"> @*android:color/accent_device_default_dark - @color/dialog_background + @color/dialog_background diff --git a/res/values/strings.xml b/res/values/strings.xml index 5e4cac6b69c..d09851a3241 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -7976,6 +7976,32 @@ When work profile is locked + + + Notifications on lockscreen + + + Show alerting and silent notifications + + + Show alerting notifications only + + + Don\u2019t show notifications + + + Sensitive notifications + + + Show sensitive content when locked + + + Sensitive work profile notifications + + + Show sensitive work profile content when locked + diff --git a/res/values/themes.xml b/res/values/themes.xml index cc265bae8d6..83169715f39 100644 --- a/res/values/themes.xml +++ b/res/values/themes.xml @@ -121,7 +121,7 @@