diff options
author | Michael Bestas <mikeioannina@gmail.com> | 2014-01-15 07:07:28 +0200 |
---|---|---|
committer | Michael Bestas <mikeioannina@gmail.com> | 2014-01-15 07:07:49 +0200 |
commit | 1bcb1e1280446bf71389e954d9a152cecf5207bf (patch) | |
tree | f20fec2d35a047f4fbb3793a7ab58f7db4af7c27 /overlay | |
parent | 9d1a861319609224a005c7f39aba3c2426588c92 (diff) | |
download | vendor_replicant-1bcb1e1280446bf71389e954d9a152cecf5207bf.zip vendor_replicant-1bcb1e1280446bf71389e954d9a152cecf5207bf.tar.gz vendor_replicant-1bcb1e1280446bf71389e954d9a152cecf5207bf.tar.bz2 |
overlay: Enable Keyguard camera widget on tablets
* AOSP said no camera for tablet users :( but we are CM
Change-Id: I2227d894a315a6b8c6f14d799250c7c4159ccfa4
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/common/frameworks/base/packages/Keyguard/res/values-sw600dp/bools.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/overlay/common/frameworks/base/packages/Keyguard/res/values-sw600dp/bools.xml b/overlay/common/frameworks/base/packages/Keyguard/res/values-sw600dp/bools.xml new file mode 100644 index 0000000..a29beec --- /dev/null +++ b/overlay/common/frameworks/base/packages/Keyguard/res/values-sw600dp/bools.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2011 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> + <!-- No camera for you, tablet user --> + <bool name="kg_enable_camera_default_widget">true</bool> +</resources> |