summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMangesh Ghiware <mghiware@google.com>2013-08-21 14:00:34 -0700
committerMangesh Ghiware <mghiware@google.com>2013-10-03 16:08:08 -0700
commita545774386d84dca5825b503c682a8eab272705c (patch)
tree6ed223340b0246539212b84c8fcef8088fea20b8 /res
parent06c027675948259368a902fd6f8c2ecac5db5167 (diff)
downloadandroid_packages_apps_Gallery2-a545774386d84dca5825b503c682a8eab272705c.tar.gz
android_packages_apps_Gallery2-a545774386d84dca5825b503c682a8eab272705c.tar.bz2
android_packages_apps_Gallery2-a545774386d84dca5825b503c682a8eab272705c.zip
Disable GET_CONTENT intent-filter for KLP+
Bug: 10415790 Change-Id: I94260dbe7c61c1ead2a0e6ea12f837a76a69d547
Diffstat (limited to 'res')
-rw-r--r--res/values-v19/bool.xml18
-rw-r--r--res/values/bool.xml3
2 files changed, 20 insertions, 1 deletions
diff --git a/res/values-v19/bool.xml b/res/values-v19/bool.xml
new file mode 100644
index 000000000..143b89487
--- /dev/null
+++ b/res/values-v19/bool.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2013 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="atMostJellyBeanMR2">false</bool>
+</resources>
diff --git a/res/values/bool.xml b/res/values/bool.xml
index 464842ab4..4e54d7c23 100644
--- a/res/values/bool.xml
+++ b/res/values/bool.xml
@@ -15,4 +15,5 @@
-->
<resources>
<bool name="show_action_bar_title">false</bool>
-</resources> \ No newline at end of file
+ <bool name="atMostJellyBeanMR2">true</bool>
+</resources>