Merge "Hide the (obsolescent) android.app.maintenance APIs" into lmp-preview-dev

This commit is contained in:
Christopher Tate
2014-06-11 01:22:24 +00:00
committed by Android (Google) Code Review
2 changed files with 5 additions and 14 deletions

View File

@@ -5432,20 +5432,6 @@ package android.app.job {
}
package android.app.maintenance {
public abstract class IdleService extends android.app.Service {
ctor public IdleService();
method public final void finishIdle();
method public final android.os.IBinder onBind(android.content.Intent);
method public abstract boolean onIdleStart();
method public abstract void onIdleStop();
field public static final java.lang.String PERMISSION_BIND = "android.permission.BIND_IDLE_SERVICE";
field public static final java.lang.String SERVICE_INTERFACE = "android.service.idle.IdleService";
}
}
package android.appwidget {
public class AppWidgetHost {

View File

@@ -0,0 +1,5 @@
<html>
<body>
{@hide}
</body>
</html>