Refresh tokens

This commit is contained in:
M66B
2018-09-21 13:09:22 +00:00
parent eddbf29175
commit 8dbf639a48
4 changed files with 40 additions and 5 deletions

View File

@@ -230,7 +230,7 @@ public class Helper {
}
}
private static String refreshToken(Context context, String type, String name, String current) {
static String refreshToken(Context context, String type, String name, String current) {
try {
AccountManager am = AccountManager.get(context);
Account[] accounts = am.getAccountsByType(type);