Added Keep screen on function

This commit is contained in:
Ziver Koc 2014-08-08 16:40:55 +02:00
parent a031b1c2d9
commit 313056da11
3 changed files with 17 additions and 2 deletions

View file

@ -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>

View file

@ -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