Application Info extension
Blocks
GetSourceDirFromPackageName: This block will return the Source directory path of given package name
GetNativeLibraryFromPackageName: This block will return the Native library directory path of given package name
GetDataDirFromPackageName: This block will return the Data directory path of given package name
GetDeviceProtectedDataDirFromPackageName: This block will return the Device Protected Data directory of given package name
GetActivitiesFromPackageName: This block will return the app Activities of given package name
GetSharedLibraryFilesFromPackageName: This block will return the Shared Library directory of given package name
GetInstalledApplications: This block will return the all installed app
GetClassNameFromPackageName: This block will return the Main Activity of given package
GetVersionNameFromPackageName: This block will return the Version name of given package
RetrievePermissionFromPackageName: This block will return the All Permission of given package
GetCategoryFromPackageName: This block will return the Category in number of given package
How can i know the category of app?
Read here CATEGORY of android apps
For example if CATEGORY value is 0 then app is CATEGORY_GAME
GetCategoryFromPackageName: This block will return the all apps of given Category and you can give category in number or use green block
CATEGORY_SOCIAL: Value is 4
CATEGORY_NEWS: Value is 5
CATEGORY_UNDEFINED: Value is -1
CATEGORY_ACCESSIBILITY: Value is 8
CATEGORY_IMAGE: Value is 3
CATEGORY_GAME: Value is 0
CATEGORY_MAPS: Value is 6
CATEGORY_AUDIO: Value is 1
CATEGORY_VIDEO: Value is 2
OnError: This will trigger if any error occur
OnApplicationInfo: This block will give AppCategory of given package name
Download
com.shreya.ApplicationInfo.aix (20.4 KB)