Hi to all, we need to execute on more online device a new DeviceConfig.xml that contain specific grant of an apk internal application.
We know that via command script is present the command sendintent.
We done a online resourche and we discover this command line:
sendintent -b "intent:#Intent;action=com.honeywell.tools.deviceconfig.enabledeviceconfig;S.deviceconfigfilepath=/sdcard/honeywell/DeviceConfig.xml;launchFlags=0x1400020;end"
If we send this command to a device seems that the new DeviceConfig is ignored but if we do the intent manually so we put de .xml file in honeywell/persist then we reboot the device, the grant permisson become available on the apk.
What is the error that we are doing using the command script?
Could be possible that this kind of command have no effect if we execute it pushing the file .xml in differend folder then /honeywell/persist ?