Hi All.
After running this intent:
you see this message:
the question is .... can i have a "return" if the user has clicked the "OK" or "Cancel" ??
Thank you
Marco
After running this intent:
B4X:
Dim i As Intent
i.Initialize("android.intent.action.DELETE", "package:" & sRealAppName)
StartActivity(i)
you see this message:
the question is .... can i have a "return" if the user has clicked the "OK" or "Cancel" ??
Thank you
Marco