Merge "Hide the (obsolescent) android.app.maintenance APIs" into lmp-preview-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
d3bafe826b
@@ -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 {
|
||||
|
||||
5
core/java/android/app/maintenance/package.html
Normal file
5
core/java/android/app/maintenance/package.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
{@hide}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user