his extension can return action only not extra values and my extension can return extra values from intent.
For example user listening music in spotify app with these intent com.spotify.music.playbackstatechanged com.spotify.music.metadatachanged com.spotify.music.queuechanged
you can get the music info like artist name , music name & track info etc from spotify app
How can i use this extension to get information about the current TV channel like program title, start time and end time
I already make an application for android satellite receiver to show movie subtitle with live TV
What i want when the user open my application the application import the data of the current TV channel to help the user to search the subtitle file and synchronize the subtitle file with the movie
Hello @Shreyaa ,
this is a great extension, working excellent!
But I have a question:
How can I check with Blocks whether the Filter ist registered or not? I plan to Register the Receiver with initializing of a screen. Going to another Screen the Filter is still active (and it of course should be) - going back to the “Intentfilter-Screen” starts with initializing a second registration which doubles in some cases the received List Items. therefore I want to add in the Screen Initialising Block an If-Statement only register if it is not registered. How can I achieve that?