I have an install apk intent which has been working for years but now fails.
I guess this is another Android 10 issue?
When the above executes I get the error below:
Thanks
Nibbo
I guess this is another Android 10 issue?
B4X:
Dim i As Intent
i.Initialize(i.ACTION_VIEW, "file://" & File.Combine(File.DirDefaultExternal, "AppName.apk"))
i.SetType("application/vnd.android.package-archive")
StartActivity(i)
When the above executes I get the error below:
B4X:
android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW dat=file:///storage/emulated/0/Android/data/******.****/files/AppName.apk typ=application/vnd.android.package-archive flg=0x20000 }
Thanks
Nibbo