I am trying to invoke InstalledAppDetails using the following code. I get the error message saying there is no such activity.
Intent intent = Intent.parseUri("dat=package:com.example.android.jetboy cmp=com.android.settings/.applications.InstalledAppDetails", 0);
intent.setAction("android.settings.APPLICATION_DETAILS_SETTINGS");
startActivity(intent);
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.dds.test/com.dds.test.TestLayout}: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.settings.APPLICATION_DETAILS_SETTINGS dat=dat=package:com.example.android.jetboy cmp=com.android.settings/.applications.InstalledAppDetails }
startActivity(new Intent(android.provider.Settings.ACTION_APPLICATION_DETAILS_SETTINGS, Uri.parse("package:com.example.android.jetboy")));
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With