mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-02-02 19:52:03 -05:00
This adds a check for "testOnly" to the existing "debuggable" check, since they are very similar. We should really be refactoring all the checks into a more reasonable setup. Since "debuggable" and "testOnly" are both set in the same place (`<application>` in _AndroidManifest.xml_) and are both set by the same process (running debug builds), I thought it would be OK to include both in the same place. Plus it was a one-line change.
32 KiB
Executable File
32 KiB
Executable File