谷歌播放权限!您应用中的哪些核心功能需要短信和通话记录权限?
Posted
技术标签:
【中文标题】谷歌播放权限!您应用中的哪些核心功能需要短信和通话记录权限?【英文标题】:google play permission! What core functionalities in your app require SMS and Call Log permissions? 【发布时间】:2019-07-26 14:06:20 【问题描述】:之前声明的权限(2个权限):
android.permission.RECEIVE_SMS
android.permission.READ_SMS
保存前至少选择一项核心功能。
Default SMS handler
Default Phone handler
Default Assistant handler
Transactional backup and restore for users and archive for enterprise (time-limited/non-continuous)
Enterprise SMS call archives
Caller ID, spam detection, and blocking
Connected device companion apps (for example, smartwatch or automotive)
Cross-device synchronization or transfer of SMS or calls
SMS-based financial transactions and related activity where access is restricted to financial SMS transactions (for example, 5-digit messages)
SMS based money management
Proxy calls
Services - Carrier
Services - OEM
Device Automation
Physical safety/emergency alert apps (e.g., senior safety)
Call-based OTP account verification
Using SMS_CB_RECEIVED for customer communications (e.g., Smart Zone Cast service)
Write and Show Call History in Dialer
In-vehicle hands-free use or projected display
我删除了权限并发布了新的 apk,它运行良好,但在 Google Play 商店上传时,它要求提供一项核心功能。但在我的应用程序中,我已经取消了权限。谁能建议怎么做?
【问题讨论】:
最好尽快联系 google play 开发者支持团队 @Sanchit 你找到答案了吗? 【参考方案1】:经过大量调查和实验,如果找到适合我的解决方案。
我从 Manifest 文件中删除了所有 SMS 权限,并增加了应用版本并选择任何核心功能提交到 Play 商店。
然后我又生成了一个 apk 并增加了应用程序版本并提交到 Play 商店现在这一次 Google 没有询问核心功能选择。应用发布
【讨论】:
@Diptundu Das 那些有权限的应用程序呢! 您向 Google 请求声明您的应用需要此权限的原因,然后他们会授予对您应用的访问权限。阅读此support.google.com/googleplay/android-developer/answer/9214102以上是关于谷歌播放权限!您应用中的哪些核心功能需要短信和通话记录权限?的主要内容,如果未能解决你的问题,请参考以下文章
有人设法在 Play Store 上发布具有短信和通话记录权限的应用程序吗?