Google Play 显示我的应用程序有 actions.xml 但实际上我的应用程序没有 actions.xml

Sta*_*low 8 android google-assistant

我想在 Google Play 中发布我的新应用程序,但 Google Play 显示我的应用程序具有 actions.xml。上次我没有添加到我的项目 actions.xml 中,并且项目中从来没有 actions.xml 。上次我只更新项目中的库依赖项。我如何知道这个 actions.xml 在哪里或者哪个库添加了这个 actions.xml?

这是来自 Google Play 的原始消息

错误:“活动 APK 或 Android 应用程序包包含 actions.xml 文件。要继续,请接受 Actions on Google 服务条款。” 出现在 Google Play 管理中心中

小智 0

在我的情况下。当我删除清单文件中的小部件接收器后,错误消息消失了。它可能与 Android 小部件或 Manifest 中的某些内容有关。