mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +00:00
Delete unused gen. public key
This commit is contained in:
@@ -367,6 +367,11 @@ public class UserPreference extends AppCompatActivity {
|
||||
SharedPreferences.Editor editor = prefs.edit();
|
||||
editor.putBoolean("use_generated_key", false);
|
||||
editor.apply();
|
||||
|
||||
//delete the public key from generation
|
||||
File file = new File(getFilesDir() + "/.ssh_key.pub");
|
||||
file.delete();
|
||||
|
||||
setResult(RESULT_OK);
|
||||
finish();
|
||||
} catch (IOException e) {
|
||||
|
Reference in New Issue
Block a user