简体   繁体   English

如何使用我在 Flutter 项目中为 Android 使用的库找到哪些权限

[英]How do I find which permissions using libraries I use in my Flutter project for Android

I am using a lot of libraries for my Flutter project.我为我的 Flutter 项目使用了很多库。 How do I see which permissions for Android are requested by libraries I use?如何查看我使用的库请求了 Android 的哪些权限?

Or there are only these permissions which are declared in my manifest allowed?还是只允许在我的清单中声明的这些权限?

Thanks for your answers!感谢您的回答!

If you have your application deployed in the Play Store you could go to About this app > permissions .如果您在 Play 商店中部署了您的应用程序,您可以 go 到About this app > permissions

If you want to check the permissions of your application and it is not yet in Play Store I would use two methods: The first one that you already mentioned that is go to the manifest.xml file.如果您想检查您的应用程序的权限并且它尚未在 Play 商店中,我将使用两种方法:您已经提到的第一种方法是 go 到 manifest.xml 文件。 And the second one is compile my application, use it a little bit and after that go to settings and check the requested permissions.第二个是编译我的应用程序,使用它一点点,然后 go 设置并检查请求的权限。

I hope it help you!我希望它对你有帮助!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何将JJIL库添加到我的Android Eclipse项目中? - How do I add the JJIL libraries to my Android Eclipse project? 如何使用Gradle在我的Android项目中使用库? - How do I use a library with my Android project using Gradle? 如何在具有支持库的svn中放置android项目 - how do I place an android project in svn having support libraries 如何使用Gradle将另一个项目的类库包含在我的jar中? - How do I include another project's class libraries in my jar using Gradle? 如何使用Android Studio在jitpack.io的同一项目中推送两个库 - How do I push two libraries in the same project in jitpack.io using Android Studio 如何在项目中使用使用sqlite创建的数据库? - How do i use the database created using sqlite in my project? 如何将Android测试库与Android Studio中的应用程序库分开? - How do I keep my Android testing libraries separate from my application libraries in Android Studio? 如何进入Android Studio中包含的库之一? - How do I step into one of my included libraries in Android Studio? 如何将我的.so库复制到Android设备? - How do I get my .so libraries copied to the Android device? 我应在Android项目中使用哪个compileSdkVersion? - Which compileSdkVersion should I use in my android project?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM