Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matisse
android_device_samsung_qcom-common
Commits
8cc11fae
Commit
8cc11fae
authored
10 years ago
by
Zach Frank
Browse files
Options
Download
Email Patches
Plain Diff
qcom-common: Enable the soft boot overlay
Change-Id: I7e790b4fc436c9aa8f660647973f0795e3ce84e0
parent
dccf34af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
overlay/frameworks/base/core/res/res/values/arrays.xml
overlay/frameworks/base/core/res/res/values/arrays.xml
+2
-0
No files found.
overlay/frameworks/base/core/res/res/values/arrays.xml
View file @
8cc11fae
...
...
@@ -22,6 +22,7 @@
<!-- 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>
...
...
@@ -30,6 +31,7 @@
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>
download
</item>
</string-array>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment