Cherish: Move to androidx

This commit is contained in:
xyyx
2019-09-14 10:01:49 +08:00
committed by hungphan2001
parent dc303b2607
commit 8a61ea170d
15 changed files with 55 additions and 55 deletions

View File

@@ -18,7 +18,7 @@ package com.cherish.settings.preferences;
import android.content.Context;
import android.provider.Settings;
import android.support.v14.preference.SwitchPreference;
import androidx.preference.SwitchPreference;
import android.util.AttributeSet;
public class SecureSettingSwitchPreference extends SwitchPreference {