summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/components
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/guide/components')
-rw-r--r--docs/html/guide/components/intents-filters.jd4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/components/intents-filters.jd b/docs/html/guide/components/intents-filters.jd
index 3ad3c93..dfe5fac 100644
--- a/docs/html/guide/components/intents-filters.jd
+++ b/docs/html/guide/components/intents-filters.jd
@@ -654,8 +654,8 @@ category:
</p>
<pre>&lt;intent-filter . . . &gt;
- &lt;action android:name="code android.intent.action.MAIN" /&gt;
- &lt;category android:name="code android.intent.category.LAUNCHER" /&gt;
+ &lt;action android:name="android.intent.action.MAIN" /&gt;
+ &lt;category android:name="android.intent.category.LAUNCHER" /&gt;
&lt;/intent-filter&gt;</pre>