Disable notification dots launcher setting on Android Go devices.
Bug: 158805631
Test: Manual test by opening Launcher settings and verifying
notification dots is not shown anymore.
Change-Id: I7c31e5d85d8b9c0859d789de76d149a4013f7104
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>
+