Simplified algorithms names

This commit is contained in:
M66B
2021-09-08 08:12:17 +02:00
parent 718274ecc7
commit 35436c8ee7
4 changed files with 22 additions and 23 deletions

View File

@@ -516,6 +516,9 @@ public class ApplicationEx extends Application
if (!prefs.contains("landscape3"))
editor.putBoolean("landscape3", false);
}
} else if (version < 17150) {
editor.remove("sign_algo_smime");
editor.remove("encrypt_algo_smime");
}
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)