mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-22 16:01:37 -04:00
deprecate App.requirements[], was only used for RequiresRoot
RequiresRoot is obsolete as a metadata field since there is the SUPER_USER permission. This `requirements` array was set up to handle other things, but that was never implemented.
This commit is contained in:
@@ -113,8 +113,9 @@ public class App extends ValueObject implements Comparable<App>, Parcelable {
|
||||
public String[] antiFeatures;
|
||||
|
||||
/**
|
||||
* List of special requirements (such as root privileges) or null if there aren't any.
|
||||
* Requires root access (only ever used for root)
|
||||
*/
|
||||
@Deprecated
|
||||
public String[] requirements;
|
||||
|
||||
private AppPrefs prefs;
|
||||
|
||||
Reference in New Issue
Block a user