summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorTony Wickham <twickham@google.com>2017-04-10 15:18:48 -0700
committerTony Wickham <twickham@google.com>2017-04-10 15:31:43 -0700
commit5632e183f335470cbe0f0d1018a2b5b99f9d41c6 (patch)
tree768c7e7d48057286f8b8f23a60a2174a2ca86df9 /res
parent0aa685bb6f17b7438b82123b358e66cf27312734 (diff)
downloadandroid_packages_apps_Trebuchet-5632e183f335470cbe0f0d1018a2b5b99f9d41c6.tar.gz
android_packages_apps_Trebuchet-5632e183f335470cbe0f0d1018a2b5b99f9d41c6.tar.bz2
android_packages_apps_Trebuchet-5632e183f335470cbe0f0d1018a2b5b99f9d41c6.zip
Disable notification listener on pre-26
Also remove isAtLeastO() checks in NotificationListener Bug: 35443111 Bug: 37207407 Change-Id: If3eef406328f73d114d826e6c8a158bdc3788cac
Diffstat (limited to 'res')
-rw-r--r--res/values-v25/bools.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/res/values-v25/bools.xml b/res/values-v25/bools.xml
deleted file mode 100644
index 6f7ecd91a..000000000
--- a/res/values-v25/bools.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?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>
- <!-- TODO(b/35443111): remove from v25 and keep in v26 -->
- <bool name="notification_badging_enabled">true</bool>
-</resources> \ No newline at end of file