FM signal strength of Android

2019-07-11 04:05发布

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条回答
姐就是有狂的资本
2楼-- · 2019-07-11 04:27

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.

查看更多
登录 后发表回答