Make the KeyStore warning a bit clearer

This commit is contained in:
Jakob Nixdorf 2018-04-23 10:55:53 +02:00
parent fe49ec93ee
commit ae71f8e48d
No known key found for this signature in database
GPG key ID: BE99BF86574A7DBC

View file

@ -14,9 +14,9 @@
device supports it). However, as the keys are not stored with the apps data, <b>this method
prevents external backup solutions (like Titanium) from working</b>. If you choose this
method you will have to rely on the internal backup functions provided by <b>andOTP</b>.
\n\n<b>Warning</b>: The KeyStore is known to cause problems on some custom ROMs (and a few
stock ones as well). If you don\'t mind entering a password / PIN every time you start
<b>andOTP</b> it is highly recommended to use the password-based encryption instead.</string>
\n\n<b>Warning</b>: The KeyStore is known to cause a lot of problems, please only use it if
you absolutely have to. If you don\'t mind entering a password / PIN 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.