麦克风许可 [英] Microphone permission

查看:131
本文介绍了麦克风许可的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在安装我编写的应用程序时,需要获得使用麦克风"的权限.但是,我没有在清单中特别要求它,我拥有的是摄影机许可.

When installing the app I programmed, it requires the permission "to use the microphone". I don't however specifically ask for it in the manifest, what I have is the camera permission.

麦克风权限来自哪里?

推荐答案

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

在应用程序块之外实际上已解决了该问题!

outside the application block actually solved it!

...
    </application>


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

这篇关于麦克风许可的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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