hello
when I use from following code I get to error : there was a problem while parsing the package
you can see an picture (screenshot of phone )
my program don't crash , it's work
hint : this apk file is fine , I can to install it with other file manager
when I use from following code I get to error : there was a problem while parsing the package
you can see an picture (screenshot of phone )
my program don't crash , it's work
hint : this apk file is fine , I can to install it with other file manager
B4X:
Dim intent1 As Intent
intent1.Initialize("android.intent.action.INSTALL_PACKAGE", addrss& st3)
intent1.Initialize(intent1.ACTION_VIEW,"file:///"&addrss&st3)
intent1.SetType("application/vnd.android.package-archive")
StartActivity(intent1)