Merge branch 'master' of github.com:M66B/FairEmail

pull/215/head
M66B 5 months ago
commit cfc2e27270

@ -176,7 +176,7 @@ public class ActivityBilling extends ActivityBase implements
prefs.getBoolean("test_iab", false)); prefs.getBoolean("test_iab", false));
} }
private static String getChallenge(Context context) throws NoSuchAlgorithmException { static String getChallenge(Context context) throws NoSuchAlgorithmException {
String android_id = Settings.Secure.getString(context.getContentResolver(), Settings.Secure.ANDROID_ID); String android_id = Settings.Secure.getString(context.getContentResolver(), Settings.Secure.ANDROID_ID);
if (android_id == null) { if (android_id == null) {
Log.e("Android ID empty"); Log.e("Android ID empty");

Loading…
Cancel
Save