diff options
author | Daniel Bateman <jetison.24@gmail.com> | 2012-07-17 23:13:43 -0500 |
---|---|---|
committer | Daniel Bateman <jetison.24@gmail.com> | 2012-07-17 23:13:43 -0500 |
commit | 7841f738008da056271762e95159ad26f263a8de (patch) | |
tree | d1f56a6103f928300915268464df7747d608167d /overlay | |
parent | 80186cd6e0cbe69647f519df5c3a2afcb9cb178d (diff) | |
download | device_samsung_aries-common-7841f738008da056271762e95159ad26f263a8de.zip device_samsung_aries-common-7841f738008da056271762e95159ad26f263a8de.tar.gz device_samsung_aries-common-7841f738008da056271762e95159ad26f263a8de.tar.bz2 |
aries-common: Restore power menu options overlay
Change-Id: Iaa122e20da9b28d716ec67e3f1fc60d93ee2cde0
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/arrays.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/arrays.xml b/overlay/frameworks/base/core/res/res/values/arrays.xml index 3e77a7d..5b65ae4 100644 --- a/overlay/frameworks/base/core/res/res/values/arrays.xml +++ b/overlay/frameworks/base/core/res/res/values/arrays.xml @@ -20,16 +20,16 @@ <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"> + <array name="shutdown_reboot_options" translatable="false"> <item>@string/reboot_reboot</item> <item>@string/reboot_recovery</item> - </array> --> + </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"> + <string-array name="shutdown_reboot_actions" translatable="false"> <item></item> <item>recovery</item> - </string-array> --> + </string-array> </resources> |