diff options
author | DvTonder <david.vantonder@gmail.com> | 2012-08-02 16:02:18 -0400 |
---|---|---|
committer | DvTonder <david.vantonder@gmail.com> | 2012-08-02 16:02:18 -0400 |
commit | 8fd64975a07f6d58054bae652ed395c80775ac64 (patch) | |
tree | 5d9ea2ce3983c55d8580067d5b37671ac9119205 /overlay | |
parent | 6e680315ca93f883c39e5c5a46d8775eb335fe9b (diff) | |
download | device_samsung_i9300-8fd64975a07f6d58054bae652ed395c80775ac64.zip device_samsung_i9300-8fd64975a07f6d58054bae652ed395c80775ac64.tar.gz device_samsung_i9300-8fd64975a07f6d58054bae652ed395c80775ac64.tar.bz2 |
i9300: Enable LED flashlight Power widget toggle and Dock settings
Change-Id: I7eee851df1131b92acb236646b7f9515ee0e3899
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/packages/apps/Settings/res/values/config.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/overlay/packages/apps/Settings/res/values/config.xml b/overlay/packages/apps/Settings/res/values/config.xml index ab33e19..6d6b210 100644 --- a/overlay/packages/apps/Settings/res/values/config.xml +++ b/overlay/packages/apps/Settings/res/values/config.xml @@ -16,9 +16,9 @@ --> <resources xmlns:xliff="urnasis:names:tc:xliff:document:1.2 "> - <!-- LED Flashlight --> -<!-- <bool name="has_led_flash">true</bool> --> + <!-- LED Flashlight --> + <bool name="has_led_flash">true</bool> - <!-- Dock Settings --> -<!-- <bool name="has_dock_settings">true</bool> --> + <!-- Dock Settings --> + <bool name="has_dock_settings">true</bool> </resources> |