新增谷歌服务判断
This commit is contained in:
@@ -117,6 +117,11 @@ public class GoogleBillingManage implements PurchasesUpdatedListener {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public boolean getGoogleService() {
|
||||||
|
int code = GoogleApiAvailability.getInstance().isGooglePlayServicesAvailable(mContext);
|
||||||
|
return code == 0;
|
||||||
|
}
|
||||||
|
|
||||||
int querySize = -1;
|
int querySize = -1;
|
||||||
JSONArray tokenList = new JSONArray();
|
JSONArray tokenList = new JSONArray();
|
||||||
JSONArray orderList = new JSONArray();
|
JSONArray orderList = new JSONArray();
|
||||||
|
|||||||
Reference in New Issue
Block a user