I added Zying android application to my application as library. Then edited Manifest.xml and tried to use Intent integrator. No luck.
Downloading scanner app is totally unreasonable.
By the way:
Intent scanIntent = new Intent("com.google.zxing.client.android.SCAN");
scanIntent.setPackage("com.google.zxing.client.android");
11-11 15:15:27.793: WARN/System.err(15384): android.content.ActivityNotFoundException: No
Activity found to handle Intent { act=com.google.zxing.client.android.SCAN
cat=[android.intent.category.DEFAULT] pkg=com.google.zxing.client.android (has extras) }
+1 for your question. I tried this but no luck then I added it’s code files in my app. If you wish you can also do that. Here ia a link:
http://code.google.com/p/zxing/source/browse/trunk#trunk%2Fandroid
If you get any better way then let me know.