To create a custom category is it simply a matter of adding it into
the intent-filter of the activity in the Manifest file or does it
require registering somehow?

I currently have an activity that displays icons of all the apps
containing activities with the following intent-filter...

<intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category
android:name="android.intent.category.LAUNCHER" />
            </intent-filter>

However, I would like to further limit this by specifying a category
that I can assign to the activities that I want to display.

Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to