This is my first extension and made with Kodular IDE. And thanks to Kodular for their IDE very much! It was a great experience to work with Kodular IDE.
About
This extension allows getting some information from an APK file (this can be every apk file) without installing to device.
preferNames value
If you set true for preferNames, you will get these values:
auto
internalOnly
preferExternal
If you set false for preferNames, you will get constant values according to Android Developer Docs:
0 (= auto)
1 (= internalOnly)
2 (= preferExternal)
About Version block
Version block will return CSV value: 16,A1.4
â16â is Version Code.
âA1.4â is Version Name.
You need to use âlist from CSV textâ block to parse result.
Exception/Errors
All code is using try, catch, so you wonât get any errors from the app. All of the blocks will return an empty string if there is an error, such as wrong file etc.
As Kodular IDE is down, it is impossible to add an update. Also I stopped working on it as you can see from topic date and postâs dates. I can add the source code to the main post when IDE is up if anyone wants to add a new feature.
Well, I canât get the information in MIT APP INVENTOR, I donât understand what to source, if my apk is stored in the DCIM and not an SD card, and whatâs the point of: "/mnt/ ?
Thank you in advance, and congratulations on this superb extension!
I donât think there is a solution for thatâŠYou can get them if the app is installed on your device using package utilities componentâŠAlso you can wait for @yusufcihan answerâŠ