Disable HTTPS setting in native GUI (ref #19).

This commit is contained in:
Felix Ableitner 2014-06-05 01:41:46 +02:00
parent 56e0fa3631
commit 72f76108fd
1 changed files with 2 additions and 1 deletions

View File

@ -74,7 +74,8 @@
<CheckBoxPreference
android:key="UseTLS"
android:title="Use HTTPS for GUI" />
android:title="Use HTTPS for GUI"
android:enabled="false" />
</PreferenceScreen>