
Removed DB.Apk in favour of stand-alone Apk class. Conflicts: src/org/fdroid/fdroid/DB.java
4 lines
248 B
Plaintext
4 lines
248 B
Plaintext
incompatible_reasons needs to be implemented correctly for the data.Apk class (rather than DB.Apk).
|
|
Currently, it is set during a CompatabilityChecker call to isCompatible(), which means we don't really
|
|
know whether the field has been set or not.
|