Merge "Removed deprecated, hidden method." into oc-dev

This commit is contained in:
TreeHugger Robot
2017-06-20 22:31:17 +00:00
committed by Android (Google) Code Review

View File

@@ -23,7 +23,6 @@ import com.android.internal.os.HandlerCaller;
import android.annotation.SdkConstant;
import android.app.Activity;
import android.app.Service;
import android.app.assist.AssistStructure;
import android.content.Intent;
import android.os.CancellationSignal;
import android.os.IBinder;
@@ -208,12 +207,6 @@ public abstract class AutofillService extends Service {
public void onDisconnected() {
}
/** @hide */
@Deprecated
public final void disableSelf() {
getSystemService(AutofillManager.class).disableOwnedAutofillServices();
}
/**
* Returns the {@link FillEventHistory.Event events} since the last {@link FillResponse} was
* returned.