William Hunter Active Member Licensed User Longtime User Dec 8, 2015 #1 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)
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)
JonPM Well-Known Member Licensed User Longtime User Dec 8, 2015 #2 I believe this is a system message and cannot be hidden unless device is rooted Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Dec 8, 2015 #3 That's true. It is not possible to hide it. Upvote 0