diff options
author | Mangesh Ghiware <mghiware@google.com> | 2013-10-03 21:24:39 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-10-03 21:24:39 -0700 |
commit | ac58e0804d36a010bc52283edeb1bfca23878676 (patch) | |
tree | d639e4c5637b4cfbc97a3d4fe4df50cc22e9cde9 /res | |
parent | 85346e028a5d3e692c2aef49fa5b59aa36fc9737 (diff) | |
parent | a545774386d84dca5825b503c682a8eab272705c (diff) | |
download | android_packages_apps_Gallery2-ac58e0804d36a010bc52283edeb1bfca23878676.tar.gz android_packages_apps_Gallery2-ac58e0804d36a010bc52283edeb1bfca23878676.tar.bz2 android_packages_apps_Gallery2-ac58e0804d36a010bc52283edeb1bfca23878676.zip |
am a5457743: Disable GET_CONTENT intent-filter for KLP+
* commit 'a545774386d84dca5825b503c682a8eab272705c':
Disable GET_CONTENT intent-filter for KLP+
Diffstat (limited to 'res')
-rw-r--r-- | res/values-v19/bool.xml | 18 | ||||
-rw-r--r-- | res/values/bool.xml | 3 |
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> |