gpt4 book ai didi

android - 这些必需的权限从何而来?

转载 作者:行者123 更新时间:2023-11-30 01:57:38 25 4
gpt4 key购买 nike

我创建并发布了一个 Android(包括 Android Wear 支持)应用程序并在 AndroidManifest.xml 中设置了这些权限:

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WAKE_LOCK" />

但是,在 Google Play 中显示权限时,会显示:

android.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_NETWORK_STATE
android.permission.GET_ACCOUNTS
android.permission.INTERNET
android.permission.READ_EXTERNAL_STORAGE maxSdkVersion=18
android.permission.USE_CREDENTIALS
android.permission.WAKE_LOCK
android.permission.WRITE_EXTERNAL_STORAGE

他们来自哪里?我能摆脱它们吗?

最佳答案

Where are they coming from?

They are coming from libraries that you are using in your project ,很有可能。

Can I get rid of them anyhow?

主要是停止使用这些库。您可以使用 list 合并报告来帮助确定特定权限的来源。

该花名册似乎与 Play Services SDK 相关联,在这种情况下您也可能 try using a more focused portion of that SDK .

关于android - 这些必需的权限从何而来?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31972082/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com