Instal APK automaticly ?

jnbarban

Member
Licensed User
Longtime User
Hi, i use this to launch a apk instalation :

B4X:
Dim iIntent As Intent 
iIntent.Initialize(iIntent.ACTION_VIEW, "file:///sdcard/MyAPK.apk")
iIntent.SetType("application/vnd.android.package-archive")
StartActivity(iIntent)

Work fine but do you know if it's possible to Install this APk automaticly and not show the instalation wizard?

thanks
 

ttsolution

Member
Licensed User
Longtime User
Dear all,

How do we know if the user install the app OR press Cancel button ? (I need this to update version number)

many thanks,

Jonh,
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…