I'm running a Clock and need to bring my app to the foreground when the time is up.
I found this code below (from Erel) but I am getting a msg asking if I am missing a library reference. I don't see these in the list of libraries.
I found this code below (from Erel) but I am getting a msg asking if I am missing a library reference. I don't see these in the list of libraries.
B4X:
Dim Intent1 As Intent
Dim pm As PackageManager
Intent1 = pm.GetApplicationIntent (myapps.package.name)
StartActivity (Intent1)