instrument: delete file and inline preference tests

This commit is contained in:
Vincent Breitmoser
2015-06-23 21:17:28 +02:00
parent f9dea31300
commit 45a8510bf0
5 changed files with 179 additions and 49 deletions

View File

@@ -290,4 +290,9 @@ public class Preferences {
.commit();
}
}
public void clear() {
mSharedPreferences.edit().clear().commit();
}
}