Replace footer with regular preference
Replaced the "Manage Storage" footer preference with a regular preference because the footer type is not meant to be a touch target. This should fix the bug with not being able to click on specific parts of the preference. Test: run settings espresso tests Bug: 34349518 Change-Id: I36ada2a6a537a68d9fcbe7e10773896225ecc6b2
This commit is contained in:
@@ -16,14 +16,13 @@
|
||||
package com.android.settings.deviceinfo;
|
||||
|
||||
import android.content.Context;
|
||||
import android.support.v7.preference.Preference;
|
||||
|
||||
import com.android.settings.R;
|
||||
import com.android.settings.core.PreferenceController;
|
||||
|
||||
public class ManageStoragePreferenceController extends PreferenceController {
|
||||
|
||||
public static final String KEY_MANAGE_STORAGE = "footer_preference";
|
||||
public static final String KEY_MANAGE_STORAGE = "manage_storage";
|
||||
|
||||
public ManageStoragePreferenceController(Context context) {
|
||||
super(context);
|
||||
|
||||
Reference in New Issue
Block a user