diff --git a/res/drawable/ic_warning.xml b/res/drawable/ic_warning.xml
new file mode 100644
index 0000000000..a14b9f68c8
--- /dev/null
+++ b/res/drawable/ic_warning.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
diff --git a/res/layout/notification_pref_warning.xml b/res/layout/notification_pref_warning.xml
new file mode 100644
index 0000000000..795699e99d
--- /dev/null
+++ b/res/layout/notification_pref_warning.xml
@@ -0,0 +1,24 @@
+
+
+
diff --git a/res/values/strings.xml b/res/values/strings.xml
index da6da04c24..99296717ab 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -178,6 +178,12 @@
On
Off
+
+ Notification access needed
+
+ To show Notification Dots, turn on app notifications for %1$s
+
+ Change settings
Add icon to Home screen
diff --git a/res/xml/launcher_preferences.xml b/res/xml/launcher_preferences.xml
index c76f118e85..28a35b8291 100644
--- a/res/xml/launcher_preferences.xml
+++ b/res/xml/launcher_preferences.xml
@@ -16,17 +16,18 @@
-
+ android:persistent="false"
+ android:widgetLayout="@layout/notification_pref_warning" >
-
+