diff options
| author | Wzedlare <vedatak01@gmail.com> | 2017-11-22 13:33:46 +0000 |
|---|---|---|
| committer | Wzedlare <vedatak01@gmail.com> | 2017-11-22 13:34:45 +0000 |
| commit | ee445ad9d2b30ba7305fe1407c41bb508fbca69a (patch) | |
| tree | bf966f3f5f876c41820848ef76867b5c7450ceec | |
| parent | a307b89c91d9ad04b2a9c9ccfff2344ecf598979 (diff) | |
p2a42: Disable SettingsProvider overlay
AICP does not support it.
Change-Id: I26a34725fd9377c6ff566738acc08b8c19cd2c6b
| -rw-r--r-- | overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml b/overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml deleted file mode 100644 index 58df8cc..0000000 --- a/overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/** - * Copyright (c) 2009, 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> - <!-- Defaults for Settings.System.DEV_FORCE_SHOW_NAVBAR. --> - <integer name="def_force_disable_navkeys">1</integer> -</resources> |
