I have been pretty successful with B4A and have a lot of little apps I have written. So I wanted to write an app with all of my apps. I tried:
-----------
Intent1.Initialize(Intent1.ACTION_VIEW, "file://" & File.DirDefaultExternal & "/Recipe_1.apk")
Try
StartActivity(Intent1)
Catch
ToastMessageShow("Cannot start file. " & CRLF & "Recipe _1", False)
End Try
------------
It does not error but certainly does not run my app (actually, runs some ad for webhosting).
What would be the correct code? It is probably File.DirDefaultExternal but I do not know any thing better. Thanks for the support.
-----------
Intent1.Initialize(Intent1.ACTION_VIEW, "file://" & File.DirDefaultExternal & "/Recipe_1.apk")
Try
StartActivity(Intent1)
Catch
ToastMessageShow("Cannot start file. " & CRLF & "Recipe _1", False)
End Try
------------
It does not error but certainly does not run my app (actually, runs some ad for webhosting).
What would be the correct code? It is probably File.DirDefaultExternal but I do not know any thing better. Thanks for the support.