Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我发现一些应用程序使用权限 com.android.vending.BILLING,
uses-permission:'com.android.vending.BILLING'
我在源代码和谷歌中找不到任何信息。
它是什么?如何使用它?
这适用于应用内计费。
Google Play 上的应用内结算提供了一个简单明了的界面,用于使用 Google Play 发送应用内结算请求和管理应用内结算交易。以下信息涵盖了如何使用版本 3 API 从您的应用程序调用应用内计费服务的基础知识。
参考:文档以及如何使用 和管理应用内计费
What is uses-permission:'com.android.vending.BILLING' ?
这是Billing在您的 android 应用程序中集成所需的权限。
Billing
How to use it?
参考: 查看文档以供参考
I cannot find any infomation in source code and Google
示例应用程序: 您的 .kingly 中已经提供了示例应用程序,请android-sdk查看获取示例应用程序
android-sdk
我希望它会有所帮助!