<stringname="activity_seed_title_2">Meet your recovery phrase</string>
<stringname="activity_seed_explanation">Your recovery phrase is the master key to your Session ID — you can use it to restore your Session ID if you lose access to your device. Store your recovery phrase in a safe place, and don\’t give it to anyone.</string>
<stringname="activity_seed_explanation">Your recovery phrase is the master key to your Session ID — you can use it to restore your Session ID if you lose access to your device. Store your recovery phrase in a safe place, and don\'t give it to anyone.</string>
<stringname="activity_seed_reveal_button_title">Hold to reveal</string>
<stringname="view_seed_reminder_subtitle_1">Secure your account by saving your recovery phrase</string>
<stringname="activity_create_private_chat_scan_qr_code_tab_title">Scan QR Code</string>
<stringname="activity_create_private_chat_scan_qr_code_explanation">Scan a user\’s QR code to start a session. QR codes can be found by tapping the QR code icon in account settings.</string>
<stringname="activity_create_private_chat_scan_qr_code_explanation">Scan a user\'s QR code to start a session. QR codes can be found by tapping the QR code icon in account settings.</string>
<stringname="fragment_enter_public_key_edit_text_hint">Enter Session ID of recipient</string>
<stringname="fragment_enter_public_key_explanation">Users can share their Session ID by going into their account settings and tapping "Share Session ID", or by sharing their QR code.</string>
@ -87,8 +88,9 @@ public class SQLCipherOpenHelper extends SQLiteOpenHelper {
privatestaticfinalintlokiV10=31;
privatestaticfinalintlokiV11=32;
privatestaticfinalintlokiV12=33;
privatestaticfinalintlokiV13=34;
privatestaticfinalintDATABASE_VERSION=lokiV12;// Loki - onUpgrade(...) must be updated to use Loki version numbers if Signal makes any database changes
privatestaticfinalintDATABASE_VERSION=lokiV13;// Loki - onUpgrade(...) must be updated to use Loki version numbers if Signal makes any database changes