Add first pass at a new Storage screen.
This patch begins setting up the structure for the screen. The functionality for populating the data in the preferences is coming in a later patch. Bug: 33199077 Test: Settings Robo Tests Change-Id: I9ebad9d3896501e31ac715704ca986eceb36877d
This commit is contained in:
@@ -23,7 +23,7 @@ import com.android.settings.core.PreferenceController;
|
||||
|
||||
public class ManageStoragePreferenceController extends PreferenceController {
|
||||
|
||||
public static final String KEY_MANAGE_STORAGE = "pref_manage_storage";
|
||||
public static final String KEY_MANAGE_STORAGE = "footer_preference";
|
||||
|
||||
public ManageStoragePreferenceController(Context context) {
|
||||
super(context);
|
||||
|
||||
Reference in New Issue
Block a user