instrument: delete file and inline preference tests
This commit is contained in:
@@ -290,4 +290,9 @@ public class Preferences {
|
||||
.commit();
|
||||
}
|
||||
}
|
||||
|
||||
public void clear() {
|
||||
mSharedPreferences.edit().clear().commit();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user