mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2024-12-24 03:35: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)) {
|
||||
hasGooglePlayServices = true;
|
||||
}
|
||||
} catch (PackageManager.NameNotFoundException e) {
|
||||
hasGooglePlayServices = false;
|
||||
}
|
||||
} catch (PackageManager.NameNotFoundException e) {}
|
||||
|
||||
Log.d(TAG, "checking - has google play services: " + (hasGooglePlayServices ? "yes" : "no"));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user