Skip to content
Snippets Groups Projects
Commit cd9582c9 authored by Hans-Christoph Steiner's avatar Hans-Christoph Steiner
Browse files

support "APK Extension" files aka .obb for large apps and games

OBB files are used in apps that need more than 100 megs to work well.  This
is apps like MAPS.ME or games that put map info, media, etc. into the OBB
file.  Also, OBB files provide a mechanism to deliver large data blobs that
do not need to be part of the APK.  For example, a game's assets do not
need to change often, so they can be shipped as an OBB, then APK updates do
not need to include all those assets for each update.

https://developer.android.com/google/play/expansion-files.html
parent 6eeaf866
No related branches found
Tags db-version/64
No related merge requests found
Showing
with 227 additions and 5 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment