summaryrefslogtreecommitdiffstats
path: root/go
diff options
context:
space:
mode:
authorTony Wickham <twickham@google.com>2017-08-14 22:09:39 +0000
committerTony Wickham <twickham@google.com>2017-08-14 22:09:39 +0000
commitd424b25be49a0cfbf653546a51c2891e505efea4 (patch)
treec57f54fdf2d59aa8b14298cbe47faf1d2f90fe47 /go
parent591a538d4a61be758960fc78f11ce5697b57d03d (diff)
parentc138515c4e230620d639b5ef5d98d7a12d8d82d2 (diff)
downloadandroid_packages_apps_Trebuchet-d424b25be49a0cfbf653546a51c2891e505efea4.tar.gz
android_packages_apps_Trebuchet-d424b25be49a0cfbf653546a51c2891e505efea4.tar.bz2
android_packages_apps_Trebuchet-d424b25be49a0cfbf653546a51c2891e505efea4.zip
[automerger] Remove notification dots setting for Launcher3Go am: c138515c4e
Change-Id: I2fdd2f33babf294140a649fafebc68d6e45b86d7
Diffstat (limited to 'go')
-rw-r--r--go/res/values-v26/bools.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/go/res/values-v26/bools.xml b/go/res/values-v26/bools.xml
new file mode 100644
index 000000000..cc4a7ba44
--- /dev/null
+++ b/go/res/values-v26/bools.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/* Copyright 2017, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+-->
+
+<resources>
+ <bool name="notification_badging_enabled">false</bool>
+</resources> \ No newline at end of file