|
|
@@ -140,7 +140,7 @@ public class Util {
|
|
|
private static final String TAG = Util.class.getSimpleName();
|
|
|
// public Activity mAct;
|
|
|
// public String TAG = "com.show.kt";
|
|
|
- public String prefs_name = "custom_prefs";
|
|
|
+ public String prefs_name = "kneet_user_prefs";
|
|
|
public InputFilter filterAlphaNum = new InputFilter() {
|
|
|
@Override
|
|
|
public CharSequence filter(CharSequence source, int start, int end, Spanned dest, int dstart, int dend) {
|