V2.3.2 - Added first run dialog box and removed preferences for non-functional camera settings.

This commit is contained in:
Graham Jones
2016-12-26 22:25:59 +00:00
parent 4baed5ea97
commit 00c335f70b
7 changed files with 188 additions and 55 deletions

View File

@@ -35,6 +35,13 @@
android:title="Auto Start App on Boot"
android:enabled="true"
/>
<EditTextPreference
android:defaultValue=""
android:key="AppVersionName"
android:summary="App Version Number - used to decide whether to display the welcome message or not."
android:title="App Version Number" />
<!--
<CheckBoxPreference
android:defaultValue="false"
android:key="UseIpCamera"
@@ -42,6 +49,7 @@
android:title="Enable IP Camera"
android:enabled="false"
/>
-->
</PreferenceScreen>