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

Commit 863d8af7 authored by Christopher Tate's avatar Christopher Tate
Browse files

Hide the (obsolescent) android.app.maintenance APIs

Bug 14994893

Change-Id: If3c06de006504e81c37eb6b716d613e5124d28bc
parent 937c4dbb
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
<html>
<body>
    {@hide}
</body>
</html>