move 'record toast' to prefs
This commit is contained in:
@@ -124,4 +124,8 @@ public class Pref {
|
||||
public static boolean isRecordWithRootEnabled() {
|
||||
return def().getBoolean(getString(R.string.key_record_with_root), false);
|
||||
}
|
||||
|
||||
public static boolean isRecordToastEnabled() {
|
||||
return def().getBoolean(getString(R.string.key_record_toast), true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user