Android Question How to make automatic apk install on non rooted device?

ronovar

Active Member
Licensed User
Longtime User
Hi...i im developing one apk that downloads kodi (xbmc) apk from our server, and need to make when file is downloaded to automatically install this apk on user android box...how is this possible in b4a?

I see SilentInstall lib is available but is for rooted devices...i need for non rooted devices...so one ide is to handle click ID of install button and then when window for installing apk is shown to call and clikc automatically script on install id button...can this be done in B4A or does anybody have another idea?
 

DonManfred

Expert
Licensed User
Longtime User
See the code from APP-Updating lib and get inspired there
 
Upvote 0
Top