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/values-night/themes.xml b/res/values-night/themes.xml
index 782f482eb52..f47513e7b6f 100644
--- a/res/values-night/themes.xml
+++ b/res/values-night/themes.xml
@@ -33,7 +33,7 @@
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 81044988316..83cb1165429 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -7974,6 +7974,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 @@