Dear All,
we need to preconfigure Datawedge in order to send scanned information into an app.
The manual way is the bellow:
- Go to DataWedge provided app
- Press on Profile0(default)
- Scroll until "Intent output" section is found
- Enable output via intent
- In intent action write com.euronav_app.ACTION
Intent delivery must be set to "Broadcast intent
I assume that this could be done with a commant like the bellow:
sendintent -b "intent:#Intent;action=com.symbol.datawedge.api.ACTION;S.putExtra= com.euronav_app.ACTION;end"
"com.euronav_app" is the application name.
Cen anybody advise on thos?
Best regards