Hi
im using this code to uninstall an app
but the app
crash and giving an error
android.content.ActivityNotFoundException: No Activity found to handle Intent { act=action.DELETE dat=com.sasukesama.SharpTV flg=0x20000 }
im using this code to uninstall an app
B4X:
Dim inte As Intent
inte.Initialize("android.intent.action.DELETE", "com.sasukesama.SharpTV")
StartActivity(inte)
crash and giving an error
android.content.ActivityNotFoundException: No Activity found to handle Intent { act=action.DELETE dat=com.sasukesama.SharpTV flg=0x20000 }