Hi guys,
after I have downloaded and started an update fo rmy app using this code, is it possible to auto start it ?
after I have downloaded and started an update fo rmy app using this code, is it possible to auto start it ?
B4X:
Dim i As Intent
i.Initialize(i.ACTION_VIEW, "file://" & File.Combine(File.DirRootExternal, "temp.apk"))
i.SetType("application/vnd.android.package-archive")
StartActivity(i)