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

Commit fc4a3004 authored by Svet Ganov's avatar Svet Ganov
Browse files

Keep a removed API to not break GCore presubmit

Change-Id: Ica38b7aad2a5a8792917d0da1d497f373b118077
parent f20a037b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -36986,6 +36986,7 @@ package android.service.autofill {
  public abstract class AutofillService extends android.app.Service {
    ctor public AutofillService();
    method public final deprecated void disableSelf();
    method public final android.os.IBinder onBind(android.content.Intent);
    method public void onConnected();
    method public void onDisconnected();
+1 −0
Original line number Diff line number Diff line
@@ -40082,6 +40082,7 @@ package android.service.autofill {
  public abstract class AutofillService extends android.app.Service {
    ctor public AutofillService();
    method public final deprecated void disableSelf();
    method public final android.os.IBinder onBind(android.content.Intent);
    method public void onConnected();
    method public void onDisconnected();
+1 −0
Original line number Diff line number Diff line
@@ -37144,6 +37144,7 @@ package android.service.autofill {
  public abstract class AutofillService extends android.app.Service {
    ctor public AutofillService();
    method public final deprecated void disableSelf();
    method public final android.os.IBinder onBind(android.content.Intent);
    method public void onConnected();
    method public void onDisconnected();
+1 −1
Original line number Diff line number Diff line
@@ -242,7 +242,7 @@ public abstract class AutofillService extends Service {
    public void onDisconnected() {
    }

    /** @hide */
    @Deprecated
    public final void disableSelf() {
        // TODO(b/33197203): Remove when GCore has migrated off this API
        getSystemService(AutofillManager.class).disableOwnedAutofillServices();