Merge "Disable notification dots launcher setting on Android Go devices." into rvc-dev
diff --git a/go/res/values-v26/bools.xml b/go/res/values-v26/bools.xml
index cc4a7ba..797adda 100644
--- a/go/res/values-v26/bools.xml
+++ b/go/res/values-v26/bools.xml
@@ -17,5 +17,7 @@
 -->
 
 <resources>
+    <bool name="notification_dots_enabled">false</bool>
     <bool name="notification_badging_enabled">false</bool>
-</resources>
\ No newline at end of file
+</resources>
+