android - How to use different file format for apk? -
i want store local android applications on local android repository (e.g. using fdroid) using different format (for example compressed in bzip2 -- myapp.bz).
can change fdroid server send bzip2 files fdroid android "play store" app , decompress it, tar (or keep in uncompressed format) , rename apk before handling android package manager able this? still being able install app android package manager?
from understand not apk files compressed zip, package manager should understand tared file renamed extension?
that´s not possible permitted format android application package
(.apk
) compressed .zip
Comments
Post a Comment