tweaselORG / appstraction

An abstraction layer for common instrumentation functions (e.g. installing and starting apps, setting preferences, etc.) on Android and iOS.
MIT License
4 stars 1 forks source link

Support for custom APK bundle formats #64

Closed zner0L closed 1 year ago

zner0L commented 1 year ago

This PR brings support for several unofficial APK bundle formats which are mostly introduced by APK mirror websites:

Also, support for separately installing .obb extension files in installApp has been added.

See also #63, #65, #66.