mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-03 11:03:07 +00:00
Migrate from SQLite and ciphertext blobs to SQLCipher + KeyStore
This commit is contained in:
@@ -22,7 +22,6 @@ public class SystemSmsImportReminder extends Reminder {
|
||||
public void onClick(View v) {
|
||||
Intent intent = new Intent(context, ApplicationMigrationService.class);
|
||||
intent.setAction(ApplicationMigrationService.MIGRATE_DATABASE);
|
||||
intent.putExtra("master_secret", masterSecret);
|
||||
context.startService(intent);
|
||||
|
||||
Intent nextIntent = new Intent(context, ConversationListActivity.class);
|
||||
|
||||
Reference in New Issue
Block a user