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

Commit 29beb7f0 authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by android-build-merger
Browse files

Merge "Keep a removed API to not break GCore presubmit" into oc-dev am: c62250ad

am: 436bb48e

Change-Id: I3aa39f68abe16659760fb243217d2ca84df4d046
parents 05795e1d 436bb48e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -36977,6 +36977,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
@@ -40075,6 +40075,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
@@ -37137,6 +37137,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();