This commit is contained in:
Oizaro 2020-09-17 21:38:19 +02:00 committed by GitHub
parent a3fc93dc30
commit 7b97618467
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -89,9 +89,7 @@ public class CheckinManager {
if (context == null || (context != null && context.getPackageManager().getApplicationInfo("com.google.android.gms", 0).enabled)) {
hasGooglePlayServices = true;
}
} catch (PackageManager.NameNotFoundException e) {
hasGooglePlayServices = false;
}
} catch (PackageManager.NameNotFoundException e) {}
Log.d(TAG, "checking - has google play services: " + (hasGooglePlayServices ? "yes" : "no"));