- syntax:
-
<category android:name="string" />
- contained in:
-
<intent-filter> - description:
- Adds a category name to an intent filter. See Intents and Intent Filters for details on intent filters and the role of category specifications within a filter.
- attributes:
-
-
android:name -
The name of the category. Standard categories are defined in the
Intentclass asCATEGORY_nameconstants. The name assigned here can be derived from those constants by prefixing "android.intent.category." to thenamethat followsCATEGORY_. For example, the string value forCATEGORY_LAUNCHERis "android.intent.category.LAUNCHER".Custom categories should use the package name as a prefix, to ensure that they are unique.
-
- introduced in:
- API Level 1
- see also:
-
<action>
<data>
No examples for this method.
Frequently called with: [Clear]
-1