mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-02-07 13:42:47 -05:00
Wherever the "package name" of an apk is required, it can be requested by asking for `Schema.ApkTable.Cols.App.PACKAGE_NAME`. Note the `App` which indicates that it is in fact pulling this data from the `fdroid_app` table rather than the `fdroid_apk` table.