mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2024-12-24 11:45:50 +01:00
Cleanup
This commit is contained in:
parent
a3fc93dc30
commit
7b97618467
@ -89,9 +89,7 @@ public class CheckinManager {
|
|||||||
if (context == null || (context != null && context.getPackageManager().getApplicationInfo("com.google.android.gms", 0).enabled)) {
|
if (context == null || (context != null && context.getPackageManager().getApplicationInfo("com.google.android.gms", 0).enabled)) {
|
||||||
hasGooglePlayServices = true;
|
hasGooglePlayServices = true;
|
||||||
}
|
}
|
||||||
} catch (PackageManager.NameNotFoundException e) {
|
} catch (PackageManager.NameNotFoundException e) {}
|
||||||
hasGooglePlayServices = false;
|
|
||||||
}
|
|
||||||
|
|
||||||
Log.d(TAG, "checking - has google play services: " + (hasGooglePlayServices ? "yes" : "no"));
|
Log.d(TAG, "checking - has google play services: " + (hasGooglePlayServices ? "yes" : "no"));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user