Sorted issue with startupActivity showing data recieved when it had not been, and disabled (non-functioning) ip camera settings.

This commit is contained in:
Graham Jones
2016-03-30 20:15:20 +01:00
parent 06f6f8262c
commit 8944cbc6d3
6 changed files with 99 additions and 89 deletions

View File

@@ -31,7 +31,9 @@
android:defaultValue="true"
android:key="UseIpCamera"
android:summary="Use IP Camera to View Images"
android:title="Enable IP Camera" />
android:title="Enable IP Camera"
android:enabled="False"
/>
</PreferenceScreen>

View File

@@ -25,7 +25,9 @@
<header android:fragment="uk.org.openseizuredetector.PrefActivity$CameraPrefsFragment"
android:icon="@drawable/icon_24x24"
android:title="Camera Settings"
android:summary="IP Camera Preferences" />
android:summary="IP Camera Preferences"
android:enabled="false"
/>
</preference-headers>