首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > 安卓平台的自动应用许可证

安卓平台的自动应用许可证

  • 资源大小:34.42 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 安卓 应用 自动 平台 许可证

资 源 简 介

A solution for piracy on the Android market. This library allows developers to control the behavior of their applications when they have not been purchased from Android market. There are a number of configuration options: IGNORE - No visual cues given to users, but callbacks are still performed to your code INVITE - User will be invited to purchase the app after a configurable number of validation failures. NAG - Show the invite screen for some configurable number of seconds, but then let the user continue to use your application. BLOCK - Kick the user out of the app after they aknowldedge that the app is stolen. Validation of purchases is done using the (non-public) Android Market API. Using the library is simple. Typically add something like the following to your Activity"s onCreate method: LicenseManager lLicMgr = new LicenseManager(); lLicMgr.setValidationPolicy(10 /* max failu
VIP VIP
0.175726s