Closed captain-miao closed 3 years ago
Intent intent = new Intent(); intent.setComponent(new ComponentName(packageName, componentName)); if (intent.resolveActivity(context.getPackageManager()) != null) { // the intent is exist }
thanks @captain-miao , I've added this to the existing roadmap and should be integrated once the v2 is complete
Added support for this in https://github.com/judemanutd/AutoStarter/pull/69