Android 是什么原因导致Google Play开发者控制台出现此警告:“您必须遵守《全国人大常委会关于维护互联网安全的决定》及中华人民共和国其他有关法律法规。”;我们&x2019;我检测到你的应用程序正在使用旧版本的Google Play开发者API;

Android 是什么原因导致Google Play开发者控制台出现此警告:“您必须遵守《全国人大常委会关于维护互联网安全的决定》及中华人民共和国其他有关法律法规。”;我们&x2019;我检测到你的应用程序正在使用旧版本的Google Play开发者API;,android,google-play,google-developers-console,Android,Google Play,Google Developers Console,所以我的应用是免费的,不使用inapp计费,也不使用任何Google开发API。我仍然收到这样的警告: 这些都是我使用的依赖项: dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') implementation 'com.android.support.constraint:constraint-layout:1.1.3' implementation 'com.android.

所以我的应用是免费的,不使用inapp计费,也不使用任何Google开发API。我仍然收到这样的警告:

这些都是我使用的依赖项:

dependencies {
    implementation fileTree(include: ['*.jar'], dir: 'libs')
    implementation 'com.android.support.constraint:constraint-layout:1.1.3'
    implementation 'com.android.support:support-v13:28.0.0'
    implementation 'com.android.support:design:28.0.0'
    implementation 'com.android.support:customtabs:28.0.0'
    implementation 'com.android.support:multidex:1.0.3'
    implementation 'com.android.support:preference-v7:28.0.0'
    implementation 'com.android.support:appcompat-v7:28.0.0'
}
它包括我使用的所有库项目,所有这些加在一起,没有别的,只有这个。其中哪一个可能导致此警告?还是假阳性

以下是我的应用程序使用的权限:

<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.READ_CALENDAR" />


我不使用互联网访问,没有API密钥,没有开发人员API,没有远程服务器通信,没有任何在线通信,没有应用程序内计费。

您是否使用位置搜索或位置服务?需要迁移AndroidX。可能是reason@AbhayKoradiya没有定位服务,nothing@MD这是有道理的。但是你有什么理由支持你的主张吗?因为这基本上意味着AndroidX将很快成为强制性的…@qkx您在项目中使用过真正需要API密钥的东西吗?我认为AndroidX不是有效的原因,你是使用位置搜索还是定位服务?需要迁移AndroidX。可能是reason@AbhayKoradiya没有定位服务,nothing@MD这是有道理的。但是你有什么理由支持你的主张吗?因为这基本上意味着AndroidX将很快成为强制性的…@qkx您在项目中使用过真正需要API密钥的东西吗?我认为AndroidX不是这样做的正当理由