mirror of https://github.com/readrops/Readrops.git
Remove custom preferences file name
This commit is contained in:
parent
8828f1fe18
commit
3418d5401c
|
@ -8,8 +8,6 @@ import androidx.annotation.NonNull;
|
|||
|
||||
public final class SharedPreferencesManager {
|
||||
|
||||
private static final String PREFS = "com.readrops.app.uniquepreferences";
|
||||
|
||||
private static SharedPreferences getSharedPreferences(Context context) {
|
||||
return PreferenceManager.getDefaultSharedPreferences(context);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue