Android Question intent for screen App info

fransvlaarhoven

Active Member
Licensed User
Longtime User
I want to go directly to the screen "App Info" for an app

intent.Initialize("android.intent.action.DELETE", "package:" & packagename)

brings me directly to the sceen for deleting an application but I want to disable an application, clear data, clear cache
 
Top