🧩 AppInfoTools
An extension for MIT App Inventor 2.Extension to get app details like version code, version name, package name, install time, update time, and app name
Specifications
Package: nielchck.code.appinfotools
Size: 5.57 KB
Version: 1.0
Minimum API Level: 7
Updated On: 2025-04-13T17:00:00Z
Built & documented using: FAST v2.8.4
Methods:
AppInfoTools has total 6 methods.
GetVersionCode
Returns the version code of the current app
- Return type:
number
GetVersionName
Returns the version name of the current app
- Return type:
text
GetPackageName
Returns the package name of the current app
- Return type:
text
GetFirstInstallTime
Returns the first install time of the current app in milliseconds since epoch
- Return type:
number
GetLastUpdateTime
Returns the last update time of the current app in milliseconds since epoch
- Return type:
number
GetAppLabel
Returns the app name displayed in the launcher
- Return type:
text
Aia : appinfo.aia (8.2 KB)
extension : nielchck.code.appinfotools.aix (5.6 KB)