Closed linsui closed 3 weeks ago
where do you see that block? I can't find it.
It's here. :)
Hum? not sure what that means. is the block you quoted in the signature file? do I need to change my signature file? Will investigate, or do you have some specific advice?
It's not in signature. See https://bi-zone.medium.com/easter-egg-in-apk-files-what-is-frosting-f356aa9f4d1. You can disable it with
android {
dependenciesInfo {
// Disables dependency metadata when building APKs.
includeInApk = false
// Disables dependency metadata when building Android App Bundles.
includeInBundle = false
}
}
Not fully understanding the impacts, I added that block in 6.13.2 release.
Thanks!
Checklist
App version
6.13.1
Where did you get the app from
F-Droid
Android version
14
Device model
No response
First occurred
No response
Steps to reproduce
See Frosting in APK analysis. https://beta.pithus.org/report/b70503d652720985965007605ed079d2a1996054907cf3211a2b989a43e0885f This block is encrypted with Google's public key so it can't be read by others. Could you please remove it?
Thanks!
Expected behaviour
No response
Current behaviour
No response
Logs
No response