Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6611f83f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Make FooterPreference.KEY_FOOTER public"

parents bf4e3bc1 6e35c6d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ import com.android.settingslib.R;
public class FooterPreference extends Preference {

    static final int ORDER_FOOTER = Integer.MAX_VALUE - 1;
    static final String KEY_FOOTER = "footer_preference";
    public static final String KEY_FOOTER = "footer_preference";

    public FooterPreference(Context context, AttributeSet attrs) {
        super(context, attrs, TypedArrayUtils.getAttr(