문제

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?

도움이 되었습니까?

해결책

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

다른 팁

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 !!

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top