Hi,
I'm using appupdate from UDG.
I'm facing a known problem if I read some threads about "exposed beyond app through Intent.getData()"
Does someone already apply change on appupdate source code to avoid this error ?
I must admit that I'm not really comfortable with explainations given by Erel ....
Problem occur on lines:
So, if someone can help me, it will be very useful for me !
Thanks in advance.
I'm using appupdate from UDG.
I'm facing a known problem if I read some threads about "exposed beyond app through Intent.getData()"
Does someone already apply change on appupdate source code to avoid this error ?
I must admit that I'm not really comfortable with explainations given by Erel ....
Problem occur on lines:
B4X:
Dim i As Intent
i.Initialize(i.ACTION_VIEW, "file://" & File.Combine(File.DirDefaultExternal, "tmp.apk"))
i.SetType("application/vnd.android.package-archive")
StartActivity(i)
So, if someone can help me, it will be very useful for me !
Thanks in advance.