mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-15 04:18:53 +01:00
Disable screen lock setting instead of hiding it when not available
This commit is contained in:
@@ -452,5 +452,6 @@
|
||||
<string name="lock_unlock">Unlock Briar</string>
|
||||
<string name="lock_is_locked">Briar is locked</string>
|
||||
<string name="lock_tap_to_unlock">Tap to unlock</string>
|
||||
<string name="lock_disabled">Only available on Android 5 or newer and when a system screen lock is set</string>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user