summaryrefslogtreecommitdiffstats
path: root/res/values-v26
diff options
context:
space:
mode:
authorTony <twickham@google.com>2017-02-13 07:44:01 -0800
committerTony Wickham <twickham@google.com>2017-02-16 16:38:54 -0800
commit4d8019abf4049a337db09c261ce0a01d0077610d (patch)
treed9af8491b646a2427a350827a612b51abe2b0444 /res/values-v26
parent4f43bbe048f8cc3da39b779b1ebb038aa39312e7 (diff)
downloadandroid_packages_apps_Trebuchet-4d8019abf4049a337db09c261ce0a01d0077610d.tar.gz
android_packages_apps_Trebuchet-4d8019abf4049a337db09c261ce0a01d0077610d.tar.bz2
android_packages_apps_Trebuchet-4d8019abf4049a337db09c261ce0a01d0077610d.zip
Add notification listener back to the manifest
This reverts commit d27b65d4d0035d6b66aac3e6040aa791f155e502. Also added boolean to values/ and values-v25/ and values-v26/ to enabled/disable the listener by API version. Bug: 35443111 Bug: 33553066 Change-Id: I69465c720f3b3eca7ae2025e01c315720862bec8
Diffstat (limited to 'res/values-v26')
-rw-r--r--res/values-v26/bools.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/res/values-v26/bools.xml b/res/values-v26/bools.xml
new file mode 100644
index 000000000..1093f7844
--- /dev/null
+++ b/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">true</bool>
+</resources> \ No newline at end of file