Sorted issue with startupActivity showing data recieved when it had not been, and disabled (non-functioning) ip camera settings.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user