Since the system should know about the available Activities as they are declared in the appropriate AndroidManifest.xml files which are evaluated during installation:
Is there a way to query these Activities?
Since the system should know about the available Activities as they are declared in
Share
Sure, have a look at
PackageManager.getInstalledPackagesmethod. Here is the example of printing registered activities names: