Added Keep screen on function
This commit is contained in:
parent
a031b1c2d9
commit
313056da11
3 changed files with 17 additions and 2 deletions
|
|
@ -29,5 +29,7 @@
|
|||
<string name="pref_debug">Debug Logging</string>
|
||||
<string name="pref_debug_summ">Enable application debug logging</string>
|
||||
<string name="action_reset">Reset</string>
|
||||
<string name="pref_screen_on_summ">Keep screen on while execution</string>
|
||||
<string name="pref_screen_on">Keep Screen On</string>
|
||||
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -14,6 +14,12 @@
|
|||
android:title="@string/pref_logging_path"
|
||||
android:summary="@string/pref_logging_path_summ"
|
||||
android:defaultValue="/sdcard/uecontrol/" />
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="screen_on"
|
||||
android:title="@string/pref_screen_on"
|
||||
android:summary="@string/pref_screen_on_summ"
|
||||
android:defaultValue="false" />
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue