summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordroidfivex <droidfivex@gmail.com>2016-12-09 01:37:31 +0900
committerdroidfivex <droidfivex@gmail.com>2016-12-09 01:37:31 +0900
commit6efecb4de68204a020c27b658cce77812be2897a (patch)
treeff7b47cfa81954ea0256d21ce22e0fc64d01d1af
parentb2518157c450a6a185f11984e857b586f4dd952f (diff)
mako: a little cleanup
Change-Id: I17eb734b6044b5b0a38ccfb626be670e66dcdc80 Signed-off-by: droidfivex <droidfivex@gmail.com>
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml12
-rw-r--r--overlay/vendor/cmsdk/cm/res/res/values/config.xml5
2 files changed, 5 insertions, 12 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index bc4efde..c82d3a9 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -19,12 +19,6 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <!-- If this is true, the screen will fade off. -->
- <bool name="config_animateScreenLights">false</bool>
-
- <!-- Default color for notification LED is white. -->
- <color name="config_defaultNotificationColor">#ffffffff</color>
-
<!-- Default LED on time for notification LED in milliseconds. -->
<integer name="config_defaultNotificationLedOn">1000</integer>
@@ -163,9 +157,6 @@
<!-- Boolean indicating whether the wifi chipset has background scan support -->
<bool translatable="false" name="config_wifi_background_scan_support">true</bool>
- <!-- Is the notification LED intrusive? Used to decide if there should be a disable option -->
- <bool name="config_intrusiveNotificationLed">true</bool>
-
<!-- This string array should be overridden by the device to present a list of network
attributes. This is used by the connectivity manager to decide which networks can coexist
based on the hardware -->
@@ -232,8 +223,6 @@
<!-- Shutdown if the battery temperature exceeds (this value * 0.1) Celsius. -->
<integer name="config_shutdownBatteryTemperature">600</integer>
- <bool name="config_ui_enableFadingMarquee">false</bool>
-
<string-array name="config_usbHostBlacklist">
<!-- /dev/bus/usb/001 is used for the modem -->
<item>/dev/bus/usb/001</item>
@@ -314,4 +303,5 @@
correctly use them when installed on your device. Otherwise, keep this disabled
so that applications can still use their own mechanisms. -->
<bool name="config_enableAutoPowerModes">true</bool>
+
</resources>
diff --git a/overlay/vendor/cmsdk/cm/res/res/values/config.xml b/overlay/vendor/cmsdk/cm/res/res/values/config.xml
index d06423b..755f9c2 100644
--- a/overlay/vendor/cmsdk/cm/res/res/values/config.xml
+++ b/overlay/vendor/cmsdk/cm/res/res/values/config.xml
@@ -14,7 +14,9 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<resources>
+
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+
<!-- All the capabilities of the LEDs on this device, stored as a bit field.
This integer should equal the sum of the corresponding value for each
of the following capabilities present:
@@ -29,4 +31,5 @@
For example, a device support pulsating, RGB notification and
battery LEDs would set this config to 11. -->
<integer name="config_deviceLightCapabilities" translatable="false">11</integer>
+
</resources>