Skip to content

added new AntiFeature: ApplicationDebuggable

Izzy requested to merge IzzySoft/fdroidserver:antifeature into master

Useful e.g. for "test repositories" to indicate an app was compiled with "application-debuggable".

There are no conflicts with anything as I can say by having used it for about a year now:

  • it's not used by itself unless declared in the AntiFeatures: section of a Metadata file anyway
  • if used, the Android client will simply show ApplicationDebuggable (as it has no description since this is unknown to it)

For a description, in my binary repo I use (visible when visited with a web browser):

APK files of this application are compiled for debugging („application-debuggable“). For details, see e.g. <a href="http://android.stackexchange.com/q/140468/16575">What are the security implications of using an app built “for debug”</a>.

For readability:

APK files of this application are compiled for debugging („application-debuggable“). For details, see e.g. What are the security implications of using an app built “for debug”

Merge request reports