Good Day Everyone,
Is there any way to launch an app in the background silently without stealing window focus? What I am trying to achieve is keep my navigation on screen and launch the music player in background without changing focus on it. In this particular case, I am talking about google maps and playerpro. Thanks a lot for any feedback.
Launch app in backround without stealing window focus
Moderator: Martin
Re: Launch app in backround without stealing window focus
I don't think there is a way to launch app background, unless it support broadcast receiver. Most media players can receive broadcast intent, especially the media button. You can try Control Audio Player, use the play/pause and send to the playerpro. No app switching happen, and the music should have started background.
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Re: Launch app in backround without stealing window focus
Works perfectly! Thanks a lot!