#149 - Modify password/PIN intro description
Mostly rewording the "advantage" sentence to flow better
This commit is contained in:
parent
8a3b96a831
commit
e488b92baf
1 changed files with 4 additions and 3 deletions
|
@ -19,9 +19,10 @@
|
|||
every time you start <b>andOTP</b>, it is <b>highly recommended to use the password-based
|
||||
encryption instead</b>.</string>
|
||||
<string name="intro_slide2_desc_password">This method will encrypt your data with a key
|
||||
generated from a password or PIN. The main advantage here is that this will work with
|
||||
external backup solutions (like Titanium) and is much less failure-prone than the KeyStore.
|
||||
However, you will have to enter your credentials every time you start <b>andOTP</b>.</string>
|
||||
generated from a password or PIN. The main advantage of using this method is that external
|
||||
backup solutions (like Titanium) will work as expected, and it is much less failure-prone
|
||||
than the KeyStore. However, you will have to enter your credentials every time you start
|
||||
<b>andOTP</b>.</string>
|
||||
|
||||
<string name="intro_slide3_desc_keystore">Here you can setup an authentication to lock
|
||||
<b>andOTP</b>. Since you have chosen <b>Android KeyStore</b> as encryption method this is
|
||||
|
|
Loading…
Reference in a new issue