Hi,
i'm trying to share an apk file (with email or bluetooth), i'm using these codes :
the first code works fine, but the second failed, the only difference is the file extension.
any suggestion?
i'm trying to share an apk file (with email or bluetooth), i'm using these codes :
B4X:
Dim share As MESShareLibrary
share.sharebinary("file://" & File.DirRootExternal & "/com.xxx.yyy.zip", "application/zip", "Share with", "")
B4X:
Dim share As MESShareLibrary
share.sharebinary("file://" & File.Combine(File.DirRootExternal, "com.xxx.yyy.apk"), "application/vnd.android.package-archive", "Share with", "")
the first code works fine, but the second failed, the only difference is the file extension.
any suggestion?