<category android:name="string" />
<intent-filter>
android:name
Intent
class as CATEGORY_name
constants. The name assigned here can be derived from those constants
by prefixing "android.intent.category.
" to the
name
that follows CATEGORY_
. For example,
the string value for CATEGORY_LAUNCHER
is
"android.intent.category.LAUNCHER
".
Custom categories should use the package name as a prefix, to ensure that they are unique.
<action>
<data>