Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
大家好,我是android ndk的新手,想找到两件事:
如果有人知道如何通过 C 或通过 android sdk 进行上述操作,那就太好了。
1.
AudioManager am = Context.getSystemService(Context.AUDIO_SERVICE) am.isMicrophoneMute()
但我不知道如何使用 NDK(而且似乎没人知道)。
音频管理器文档
2.
不,你不能。这是一个安全决定。正如@AndiJay 所说,恶意程序可能会被使用。