Package: bash-completion
Version: 1:2.8-1

Android APK files are officially defined as JAR files with JAR
signatures.  An APK _must_ have a JAR signature to be considered a valid
APK.  JAR signatures in Android land are known as "v1 signatures", there
is now v2 and v3 signatures which are still compatible with JAR, but not
verified or created by JAR tools.

I would really love to see `jarsigner` and `jar` do proper completion
for .apk files.

https://source.android.com/security/apksigning/#schemes

Google used to recommend jarsigner, but now has their own apksigner tool
 Microsoft still recommends jarsigner:

https://docs.microsoft.com/en-us/xamarin/android/deploy-test/signing/manually-signing-the-apk#Sign_the_APK_with_jarsigner

Reply via email to