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

Commit 6e35c6d6 authored by Victor Chang's avatar Victor Chang
Browse files

Make FooterPreference.KEY_FOOTER public

- Needed for findPreference(FooterPreference.KEY_FOOTER)

Test: TreeHugger
Change-Id: I8d16657e4d6056da2fa17bef29aa2f436bd2ab9a
parent add2d38c
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(