Keep LMP from breaking KitKat API

- Bug: 17390371

Change-Id: I25c1abebcc42ed24abd57bbe2834a40fb8ee834b
This commit is contained in:
Tom O'Neill
2014-09-04 15:42:36 -07:00
parent 127343cb46
commit 17c5e79496
2 changed files with 2 additions and 5 deletions

View File

@@ -14015,7 +14015,7 @@ package android.location {
ctor public SettingInjectorService(java.lang.String);
method public final android.os.IBinder onBind(android.content.Intent);
method protected abstract boolean onGetEnabled();
method protected deprecated java.lang.String onGetSummary();
method protected abstract deprecated java.lang.String onGetSummary();
method public final void onStart(android.content.Intent, int);
method public final int onStartCommand(android.content.Intent, int, int);
field public static final java.lang.String ACTION_INJECTED_SETTING_CHANGED = "android.location.InjectedSettingChanged";

View File

@@ -196,10 +196,7 @@ public abstract class SettingInjectorService extends Service {
* @deprecated not called any more
*/
@Deprecated
protected String onGetSummary() {
// Do not delete until no callers have @Override annotations for this method
return null;
}
protected abstract String onGetSummary();
/**
* Returns the {@link android.preference.Preference#isEnabled()} value. Should not perform