Chaning the behavior of settings activity.

> Making all twoState prefs backed by content provider
> Using the stadard intent defined in N for settings
> Using SharedPrefsListener instead of LauncherProvider

Change-Id: I8272f54aa780bc0436e3d0aa89096a4bd2a9194f
This commit is contained in:
Sunny Goyal
2016-05-02 10:54:12 -07:00
parent f8a2ba2707
commit 745bad9da1
8 changed files with 74 additions and 56 deletions

View File

@@ -76,8 +76,6 @@ public interface LauncherCallbacks {
public void onInteractionBegin();
public void onInteractionEnd();
@Deprecated
public void onClickSettingsButton(View v);
@Deprecated
public void onWorkspaceLockedChanged();