diff options
Diffstat (limited to 'docs/html/guide/topics/appwidgets/index.jd')
-rw-r--r-- | docs/html/guide/topics/appwidgets/index.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/appwidgets/index.jd b/docs/html/guide/topics/appwidgets/index.jd index fc0061d..ef0080a 100644 --- a/docs/html/guide/topics/appwidgets/index.jd +++ b/docs/html/guide/topics/appwidgets/index.jd @@ -382,7 +382,7 @@ so the Activity needs to accept this Intent. For example:</p> <p>Also, the Activity must be declared in the AppWidgetProviderInfo XML file, with the <code>android:configure</code> attribute (see <a href="#MetaData">Adding -the AppWidgetProvierInfo Metadata</a> above). For example, the configuration Activity +the AppWidgetProviderInfo Metadata</a> above). For example, the configuration Activity can be declared like this:</p> <pre> |