mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-06-18 12:49:59 -04:00
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:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user