summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Tsanis <alextsanisbadlorg@gmail.com>2017-09-17 07:41:22 +0000
committerAlex Tsanis <alextsanisbadlorg@gmail.com>2017-09-17 07:41:33 +0000
commitaf511643e4d450bb69eef73620e0fac46ad79235 (patch)
tree3af1b44d1e64e6974458e55a02d3c55a1a54969f
parente64d3f903737d52d017d9f7be0c16660f26e9d72 (diff)
galaxys2-common: overlay: Disable build breaking overlays
Change-Id: If56e326ad761115ecbadbcf42860978905ec46da Signed-off-by: Alex Tsanis <alextsanisbadlorg@gmail.com>
-rw-r--r--overlay/frameworks/base/core/res/res/values/arrays.xml17
-rwxr-xr-xoverlay/frameworks/base/core/res/res/values/config.xml12
2 files changed, 0 insertions, 29 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/arrays.xml b/overlay/frameworks/base/core/res/res/values/arrays.xml
index 850f0bf..5602a1c 100644
--- a/overlay/frameworks/base/core/res/res/values/arrays.xml
+++ b/overlay/frameworks/base/core/res/res/values/arrays.xml
@@ -19,21 +19,4 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-<!-- Defines the shutdown options shown in the reboot dialog. -->
- <array name="shutdown_reboot_options" translatable="false">
- <item>@string/reboot_reboot</item>
- <item>@string/reboot_soft</item>
- <item>@string/reboot_recovery</item>
- <item>@string/reboot_download</item>
- </array>
-
- <!-- Do not translate. Defines the shutdown actions passed to the kernel.
- The first item should be empty for regular reboot. -->
- <string-array name="shutdown_reboot_actions" translatable="false">
- <item></item>
- <item>soft_reboot</item>
- <item>recovery</item>
- <item>bootloader</item>
- </string-array>
-
</resources>
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 5088852..0cd6d89 100755
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -161,25 +161,13 @@
<!-- Allow the menu hard key to be disabled in LockScreen on some devices -->
<bool name="config_disableMenuKeyInLockScreen">true</bool>
- <!-- Boolean to enable stk functionality on Samsung phones -->
- <bool name="config_samsung_stk">true</bool>
-
<!-- Is the device capable of hot swapping an UICC Card -->
<bool name="config_hotswapCapable">true</bool>
- <!-- Control whether a car dock event should override the default bluetooth
- audio routing, FORCE_BT_CAR_DOCK, with an analog dock, FORCE_ANALOG_DOCK. -->
- <bool name="config_forceAnalogCarDock">true</bool>
-
- <!-- Configuration to support SIM contact batch operation.-->
- <bool name="config_sim_phonebook_batch_operation">false</bool>
-
<!-- Maximum number of supported users -->
<integer name="config_multiuserMaximumUsers">4</integer>
<!-- Whether UI for multi user should be shown -->
<bool name="config_enableMultiUserUI">true</bool>
- <!-- Use wakelock for flashlight -->
- <bool name="config_useWakeLockForFlashlight">true</bool>
</resources>