The response object for "/plugins/deviceinfo/deviceinfo/private/{deviceNumber}" api call is supposed to show up with much more information about the applications installed on to the device but when I make the call on postman all it gives me is four attribute.
What I'm supposed to get:
"applications": [
{
"id": 0,
"name": "string",
"pkg": "string",
"version": "string",
"versionCode": 0,
"arch": "string",
"url": "string",
"split": true,
"urlArmeabi": "string",
"urlArm64": "string",
"showIcon": true,
"useKiosk": true,
"system": true,
"configurations": [
What it gives me:
"applications": [
{ "applicationName": "Android Telecom UI",
"applicationPkg": "com.android.server.telecom",
"versionInstalled": "11",
"versionRequired": "0",
"versionValid": true
},