diff options
author | Trafalgar-Square <schneller.demian@gmail.com> | 2016-05-01 12:26:51 +0200 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2016-05-01 03:38:01 -0700 |
commit | f0cb674679f9853c88a96ed2b31879b520a17159 (patch) | |
tree | a2da7b4c739403554e36cb98808d2ae86d7609e3 /overlay | |
parent | 99760b9673bdafedc9c59cd0139c46dcd31eef8b (diff) | |
download | device_samsung_n7100-f0cb674679f9853c88a96ed2b31879b520a17159.zip device_samsung_n7100-f0cb674679f9853c88a96ed2b31879b520a17159.tar.gz device_samsung_n7100-f0cb674679f9853c88a96ed2b31879b520a17159.tar.bz2 |
n7100: We don't have this resources on CyanogenMod
Change-Id: I0e236502c9418743d1a976661085127a601a3beb
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 2 | ||||
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/pa_config.xml | 23 |
2 files changed, 0 insertions, 25 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 63c00c1..b77bd66 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -323,8 +323,6 @@ --> <string translatable="false" name="config_radio_access_family">GPRS|EDGE|WCDMA</string> - <!-- Hardware keys on/off option --> - <bool name="config_hwKeysPref">true</bool> <!-- Older rotation sensors are not setting event.timestamp correctly. Setting to true will use SystemClock.elapsedRealtimeNanos() to set timestamp. --> diff --git a/overlay/frameworks/base/core/res/res/values/pa_config.xml b/overlay/frameworks/base/core/res/res/values/pa_config.xml deleted file mode 100644 index 63eba10..0000000 --- a/overlay/frameworks/base/core/res/res/values/pa_config.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* -** Copyright (C) 2014 ParanoidAndroid 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Camera flash - <bool name="config_device_has_camera_flash">true</bool> --> -</resources> |