FM signal strength of Android

和自甴很熟 提交于 2019-12-11 03:36:46

问题


I want to know the FM Radio signal strength in Android. For this I have to interact with hardware or not? Or is there any API which can directly give me the value of signal strength?


回答1:


FM radio is available in some phones. Anyways you must have an FM tuner (radio) built-in.

For this I have to interact with hardware or not?

Yes, of course you will have to as it has not been brought into the stack.

is there any API which can directly give me the value of signal strength?

I think, NO.

Maybe you will have to write your own jni, and java source and add it to the stack, if you need one.



来源:https://stackoverflow.com/questions/4215117/fm-signal-strength-of-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!