purge broken, semi-used root filtering preference

RequiresRoot should become an Anti-Feature or <uses-feature> or
something like that. Having it a one-off makes it too brittle

fdroid/fdroidclient#928
This commit is contained in:
Hans-Christoph Steiner
2018-07-30 18:03:12 +02:00
parent 109a927a68
commit 90acd75b90
49 changed files with 8 additions and 182 deletions

View File

@@ -118,8 +118,6 @@ public class PreferencesTest {
preferences.showAppsWithAntiFeatures());
assertEquals(defaults.getBoolean(Preferences.PREF_SHOW_INCOMPAT_VERSIONS, false),
preferences.showIncompatibleVersions());
assertEquals(defaults.getBoolean(Preferences.PREF_SHOW_ROOT_APPS, false),
preferences.showAppsRequiringRoot());
assertEquals(defaults.getBoolean(Preferences.PREF_UPDATE_NOTIFICATION_ENABLED, false),
preferences.isUpdateNotificationEnabled());