Reputation: 3380
Is it possible to get the radio station name from Android. I am trying to get the current radio station name. I have receivers for the radio, but I really don't know how to get the names of the playing station.
Upvotes: 3
Views: 1707
Reputation: 75646
Not really. FM Radio is not part of SDK. If you are lucky, you may try vendor specific SDK if it exists (quite unlikely, unfortunately) or try to check if radio of your interest is not supported by some of 3rd party tools.
Upvotes: 1