Merge "Removed deprecated, hidden method." into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
17efecf48f
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user