Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P1: Critical
-
Resolution: Done
-
Affects Version/s: 5.6.0 Beta
-
Fix Version/s: 5.6.0 RC
-
Component/s: Purchasing
-
Labels:None
-
Commits:4835a1dcfbbeb19e28965f796f03e79a58159980
Description
In Android the wrong package name is set for the service intent. The correct one is:
<code>
serviceIntent.setPackage("com.android.vending");
</code>