Closed grudolf closed 10 years ago
Hi Gregor, thanks for the tip! That's really strange. The DataWedge seems to behave a little differently on different platforms (maybe it's a version thing?). I've had it work fine without the default category, and I think I actually had some issues one time with the category specified as default in the manifest category when it was also the in data wedge category. Very odd. I'll try to find some time to test this out - lots of other things going on right now. I'll just leave the ticket open in the meantime.
Added the default category back into the plugin
I had some troubles with custom profile and registerForBarcode callback on MC3200, the combination that finally worked was:
datawedge.start();
Setup custom profile's intent with empty category
action: com.bluefletch.motorola.datawedge.ACTION category: empty delivery: startActivity
Specify DEFAULT category in AndroidManifest.xml
Perhaps you could add the category to plugin.xml if it doesn't affect other devices?