mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
add summary
This commit is contained in:
parent
c178355142
commit
9db729427f
2 changed files with 3 additions and 1 deletions
|
@ -747,11 +747,12 @@
|
||||||
|
|
||||||
<!-- For Biometrics -->
|
<!-- For Biometrics -->
|
||||||
<string name="biometric_authentication_title">Unlock CloudStream</string>
|
<string name="biometric_authentication_title">Unlock CloudStream</string>
|
||||||
<string name="biometric_setting">Fingerprint/Face unlock authentication</string>
|
<string name="biometric_setting">Lock with Biometrics</string>
|
||||||
<string name="biometric_key" translatable="false">biometric_key</string>
|
<string name="biometric_key" translatable="false">biometric_key</string>
|
||||||
<string name="password_pin_authentication_title">Password/PIN Authentication</string>
|
<string name="password_pin_authentication_title">Password/PIN Authentication</string>
|
||||||
<string name="biometric_unsupported">Biometric authentication is not supported on this device</string>
|
<string name="biometric_unsupported">Biometric authentication is not supported on this device</string>
|
||||||
<string name="phone_not_secured">Please disable fingerprint authentication if device has no lock.</string>
|
<string name="phone_not_secured">Please disable fingerprint authentication if device has no lock.</string>
|
||||||
|
<string name="biometric_setting_summary">Unlock the app with Fingerprint, Face ID, PIN, Pattern and Password.</string>
|
||||||
<string name="biometric_prompt_description">This window will close after few failed attempts. You\'ll have to restart the App.</string>
|
<string name="biometric_prompt_description">This window will close after few failed attempts. You\'ll have to restart the App.</string>
|
||||||
<string name="biometric_warning">Your CloudStream data has been backed up now, although probability of this rare case is very low but all
|
<string name="biometric_warning">Your CloudStream data has been backed up now, although probability of this rare case is very low but all
|
||||||
devices behave differently, in case you get locked down from accessing the app in worst case scenario,
|
devices behave differently, in case you get locked down from accessing the app in worst case scenario,
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
<SwitchPreferenceCompat
|
<SwitchPreferenceCompat
|
||||||
android:key="@string/biometric_key"
|
android:key="@string/biometric_key"
|
||||||
android:defaultValue="false"
|
android:defaultValue="false"
|
||||||
|
android:summary="@string/biometric_setting_summary"
|
||||||
android:icon="@drawable/ic_fingerprint"
|
android:icon="@drawable/ic_fingerprint"
|
||||||
android:title="@string/biometric_setting" />
|
android:title="@string/biometric_setting" />
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue