Hedi
Member
Hello everyone,
I have an app that play music, if the user playing an audio and closing the app the music still playing, but when the user reopened the app, everything becoming default, just looks like its your first time opening the app, my question is: how can i reopen the last or the previous app, not the new activity, My Code:
Thank You!
I have an app that play music, if the user playing an audio and closing the app the music still playing, but when the user reopened the app, everything becoming default, just looks like its your first time opening the app, my question is: how can i reopen the last or the previous app, not the new activity, My Code:
My Code:
Public n As Notification
n.Initialize
n.Icon = "icon"
n.SetInfo("Active", "App Still Open", Main)
n.Notify(1)
Service.StartForeground(1,n)
Thank You!