am 8a4c53a: AI 147732: fix broken links

Merge commit '8a4c53a7c7911b8f4c73a8fcfbbad3ac903b3367' into donut

* commit '8a4c53a7c7911b8f4c73a8fcfbbad3ac903b3367':
  AI 147732: fix broken links
This commit is contained in:
Scott Main
2009-04-28 21:54:10 -07:00
committed by The Android Open Source Project
7 changed files with 67 additions and 36 deletions

View File

@@ -30,11 +30,9 @@ import android.os.Bundle;
*
* <p>Extend this class and override one or more of the {@link #onUpdate}, {@link #onDeleted},
* {@link #onEnabled} or {@link #onDisabled} methods to implement your own AppWidget functionality.
*
* <h3>Sample Code</h3>
* For an example of how to write a AppWidget provider, see the
* <a href="{@toroot}reference/android/appwidget/package-descr.html#providers">android.appwidget
* package overview</a>.
* </p>
* <p>For an example of how to write a AppWidget provider, see the
* <a href="{@docRoot}guide/topics/appwidgets/index.html#Providers">AppWidgets</a> documentation.</p>
*/
public class AppWidgetProvider extends BroadcastReceiver {
/**