android - 警报 - 此应用程序将受到政策更改的影响。 READ_CALL_LOG 不在 list 中

标签 android xamarin xamarin.forms xamarin.android google-play

我有 Xamarin.Forms 项目,产品在 Google Play 上。 Google Play 控制台提供了

提醒此应用将受到政策变更的影响 此应用程序将受到 Google Play 管理 SMS 和 CALL_LOG 权限使用政策变更的影响。不合规的应用可能会在 2019 年 1 月 9 日从 Google Play 中移除。

在电子邮件中,Google 说 READ_CALL_LOG 影响我的应用程序,但我的 list 中没有 READ_CALL_LOG。什么会导致这种情况?

最佳答案

您可能需要添加 READ_CALL_LOG如果您的应用程序或您正在使用的库之一读取通话记录,则允许您的 list 。

添加<uses-permission android:name="android.permission.READ_LOGS" /><manifest> 中的 AndroidManifest.xml 文件元素,但在 <activity> 之外元素。例如:

<manifest ...>
    <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="27" />
    <uses-permission android:name="android.permission.READ_CALL_LOG" />
    <application android:label="App1.Android"></application>
</manifest> 

另一种选择是在您的应用或它使用的库中找到试图访问通话记录的内容并删除该代码和/或库。

关于android - 警报 - 此应用程序将受到政策更改的影响。 READ_CALL_LOG 不在 list 中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54122889/

相关文章:

android - 如何在适配器中实现延迟加载

c# - XA5302 : Two process may be building this project at once, Xamarin Visual Studio

data-binding - Xamarin.Forms View 到 View 绑定(bind)而不更改 BindingContext

xamarin.forms - 在 Xamarin.Forms 中使用 PCLStorage 读取文本文件

c# - 如何在外部点击时关闭弹出布局?

java - 语音识别器 : no selected voice recognition service

android - 如何使用zxing for android知道扫描结果的类型

android - 如何从 Facebook 获取 ParseUser 的名称?

visual-studio - 在 Xamarin Studio 和 Visual Studio 之间共享解决方案时避免合并问题

c# - 使用 Xamarin.Forms 做背景