tufanbarisyildirim / php-apk-parser

Read basic info about an application from .apk file.
http://tufanbarisyildirim.github.io/php-apk-parser/
Other
343 stars 119 forks source link

APK resources returns null due to config change in 1282c68 #99

Closed afzafri closed 2 years ago

afzafri commented 2 years ago

Need to pass the config ['manifest_only' => false], in order to get the APK resources. Else getResources() will return null.

tufanbarisyildirim commented 2 years ago

Thanks @afzafri