In an android Activity is there a way to programmatically list the it has registered for?
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
I’m trying to determine if the current Activity is a LAUNCHER.
I think the package manager will tell you what you’re looking for.
http://developer.android.com/reference/android/content/pm/PackageManager.html
where flags may contain