Android Question Uninstall an app using code

William Hunter

Active Member
Licensed User
Longtime User
This code will uninstall an app. Is there any way to not show the Cancel/OK message box, as shown in the attachment?
B4X:
Dim i As Intent
i.Initialize("android.intent.action.DELETE", "package:wfh.videochat")
StartActivity(I)

UninstallApp.png
 
Top