Question

I found some application use permission com.android.vending.BILLING,

uses-permission:'com.android.vending.BILLING'

I cannot find any infomation in source code and Google.

What is it? How to use it?

Was it helpful?

Solution

This is for In-App billing.

In-app Billing on Google Play provides a straightforward, simple interface for sending In-app Billing requests and managing In-app Billing transactions using Google Play. The information below covers the basics of how to make calls from your application to the In-app Billing service using the Version 3 API.

Ref : Documentation and how to use and Administering In-app Billing

OTHER TIPS

What is uses-permission:'com.android.vending.BILLING' ?

It is the permission required for integration of Billing in your android application.

How to use it?

Reference: Have a look at docs for reference

I cannot find any infomation in source code and Google

Sample app: Sample application is already provided in your android-sdk.kingly look at Get Sample Application

I hope it will be helpful !!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top