am 4e0eb22f: Fix doc build.

* commit '4e0eb22fdf56b8f3fd1bff09c4064b35b80751c1':
  Fix doc build.
This commit is contained in:
Ying Wang
2013-04-18 20:44:28 -07:00
committed by Android Git Automerger
2 changed files with 3 additions and 5 deletions

View File

@@ -1353,8 +1353,8 @@ public class Activity extends ContextThemeWrapper
* of the assist Intent. The default implementation does nothing.
*
* <p>This function will be called after any global assist callbacks that had
* been registered with {@link Application#registerOnProvideAssistData
* Application.registerOnProvideAssistData}.
* been registered with {@link Application#registerOnProvideAssistDataListener
* Application.registerOnProvideAssistDataListener}.
*/
public void onProvideAssistData(Bundle data) {
}

View File

@@ -795,9 +795,7 @@ public interface WindowManager extends ViewManager {
* <p>This flag can be controlled in your theme through the
* {@link android.R.attr#windowOverscan} attribute; this attribute
* is automatically set for you in the standard overscan themes
* such as {@link android.R.style#Theme_NoTitleBar_Overscan},
* {@link android.R.style#Theme_Black_NoTitleBar_Overscan},
* {@link android.R.style#Theme_Light_NoTitleBar_Overscan},
* such as
* {@link android.R.style#Theme_Holo_NoActionBar_Overscan},
* {@link android.R.style#Theme_Holo_Light_NoActionBar_Overscan},
* {@link android.R.style#Theme_DeviceDefault_NoActionBar_Overscan}, and