Get OpenKeychain package

This commit is contained in:
M66B
2019-11-06 14:17:28 +01:00
parent 9e758bce8f
commit e12f70dd29
3 changed files with 10 additions and 3 deletions

View File

@@ -892,6 +892,10 @@ public class Helper {
prefs.edit().remove("last_authentication").apply();
}
static String getOpenKeychainPackage(Context context) {
return "org.sufficientlysecure.keychain";
}
// Miscellaneous
static <T> List<List<T>> chunkList(List<T> list, int size) {