Kindle Fire 权限
我向亚马逊商店提交了一个应用程序,亚马逊批准了亚马逊商店,但不批准 Kindle Fire。 阅读https://developer.amazon.com/help/faq.html#KindleFire 我检查了我的清单,但我不知道问题是什么,我已经删除了所有电话/GPS 功能的引用... 只有我拥有如下权限:
- android.permission.GET_TASKS
- android.permission.WRITE_EXTERNAL_STORAGE
- android.permission.INTERNET
- android.permission.READ_CONTACTS
- android.permission.ACCESS_NETWORK_STATE
- android.permission.KILL_BACKGROUND_PROCESSES
READ_CONTACTS
被允许吗?
I submitted an app to Amazon Store, Amazon approved for Amazon store but not for kindle fire.
After read https://developer.amazon.com/help/faq.html#KindleFire I check my manifest but I don't know what is the problem, I have removed all references of phone/gps features...
Only I have permissions like:
- android.permission.GET_TASKS
- android.permission.WRITE_EXTERNAL_STORAGE
- android.permission.INTERNET
- android.permission.READ_CONTACTS
- android.permission.ACCESS_NETWORK_STATE
- android.permission.KILL_BACKGROUND_PROCESSES
READ_CONTACTS
is allowed ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信所有这些权限都是允许的。它更可能与您的目标版本有关。您使用的 Android 版本是什么?他们的电子邮件通常非常具体。他们有没有提到这是一个权限问题?
I believe all of those permissions are allowed. It more likely has to do with your target version. What version of Android are you using? Their emails are generally pretty specific. Did they mention it being a permissions issue?