Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 70c1de20 authored by Christopher Tate's avatar Christopher Tate Committed by Android Git Automerger
Browse files

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

* commit '40c042b884696d162468d971630c48eebd84475b':
  Hide the (obsolescent) android.app.maintenance APIs
parents a23f56b9 d3bafe82
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
@@ -5445,20 +5445,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 −0
Original line number Diff line number Diff line
<html>
<body>
    {@hide}
</body>
</html>