在Android 6.0中,我们需要在运行时获得哪些权限 [英] Which permission do we need at runtime in android 6.0

查看:76
本文介绍了在Android 6.0中,我们需要在运行时获得哪些权限的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个可以在Android 5.0版本上正常运行的android代码.我的AndroidManifest.xml

I have an android code which can work well on Android 5.0 version. My AndroidManifest.xml is

<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BROADCAST_STICKY" />
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/>
<uses-permission android:name="android.permission.WAKE_LOCK" />

但是,我的使用Android 6.0(LG G5)的客户报告该应用程序无法正常运行.我没有LG G5来检查问题所在.我认为原因是权限从5.0更改为6.0.您能否看一下我的许可,并请我为Android 6.0进行一些改进/更正?还是我们有任何方法可以自动添加Android 6.0的权限.谢谢所有

However, my customer who uses Android 6.0 (LG G5) reported the application does not work well. I do not have LG G5 to check what is the issue. In my opinion, I think the reason is that the permission changed from 5.0 to 6.0. Could you look at my permission and give me some improve/correct it for Android 6.0? Or do we have any way to automatically add permission for Android 6.0. Thank all

推荐答案

<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

这些权限将是您应用程序中的运行时权限

These permissions will be run time permissions inn your App

有关更多信息:

https://inthecheesefactory.com/blog/things-you-ne-to-need-to-know-about-android-m-permission-developer-edition/en

看看这对您有帮助

这篇关于在Android 6.0中,我们需要在运行时获得哪些权限的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆