Added autostart on boot feature

This commit is contained in:
Graham Jones
2016-12-14 21:18:18 +00:00
parent c9e3f9374b
commit 5c47f95a8f
4 changed files with 59 additions and 4 deletions

View File

@@ -28,6 +28,13 @@
android:key="UpdatePeriod"
android:summary="Display update period in miliseconds."
android:title="Display Update Period (ms)." />
<CheckBoxPreference
android:defaultValue="false"
android:key="AutoStart"
android:summary="Auto Start App on Boot"
android:title="Auto Start App on Boot"
android:enabled="true"
/>
<CheckBoxPreference
android:defaultValue="false"
android:key="UseIpCamera"