applistmodule 0.0.3
applistmodule: ^0.0.3 copied to clipboard
Iny Digital Package to get the List of Apps in Phones and Validate if an specific Apps are present..
0.0.1 #
- Functions to Get Apps installed List.
0.0.2 #
*Updated License File
0.0.3 #
Updated the format of the ValidateApps Method to accept json and return json as strings. Request: { "apps": [ { "appname": APPLICATION PACKAGE NAME1, "available": "Y" }, { "appname": APPLICATION PACKAGE NAME2, "available": "Y" }, { "appname": APPLICATION PACKAGE NAME3, "available": "Y" } ] }
Response { "apps": [ { "appname": APPLICATION PACKAGE NAME1, "available": "Y" }, { "appname": APPLICATION PACKAGE NAME2, "available": "Y" }, { "appname": APPLICATION PACKAGE NAME3, "available": "N" } ] }