forked from jens/Automation
All 3 flavors can be compiled.
This commit is contained in:
@ -1,16 +0,0 @@
|
||||
package com.jens.automation2;
|
||||
|
||||
import com.google.android.gms.common.ConnectionResult;
|
||||
import com.google.android.gms.common.GoogleApiAvailability;
|
||||
|
||||
public class MiscellaneousWithGoogleServices
|
||||
{
|
||||
public static boolean isPlayServiceAvailable()
|
||||
{
|
||||
GoogleApiAvailability aa = new GoogleApiAvailability();
|
||||
if(aa.isGooglePlayServicesAvailable(Miscellaneous.getAnyContext()) == ConnectionResult.SUCCESS)
|
||||
return true;
|
||||
else
|
||||
return false;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user