Disable screen lock setting instead of hiding it when not available

This commit is contained in:
Torsten Grote
2018-08-01 12:23:20 -03:00
parent fc86319e13
commit 90cb9a2fae
3 changed files with 10 additions and 8 deletions

View File

@@ -61,7 +61,7 @@
android:persistent="false"
android:summary="@string/pref_lock_summary"
android:title="@string/pref_lock_title"
android:visibility="gone"/>
android:enabled="false"/>
<Preference
android:key="pref_key_change_password"