BobStore/TODO
Peter Serwylo b3773a1561 Refactoring Apk references into content provider.
Removed DB.Apk in favour of stand-alone Apk class.

Conflicts:
	src/org/fdroid/fdroid/DB.java
2014-02-01 21:40:15 +11:00

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.