-
Notifications
You must be signed in to change notification settings - Fork 0
IntentIntegrator fails with Fragment Activity #1
Copy link
Copy link
Open
Description
What steps will reproduce the problem?
1. Using provided jar with FragmentActivity.
What is the expected output? What do you see instead?
It gives a "java.lang.IllegalArgumentException: Can only use lower 16 bits for
requestCode"
What version of the product are you using? On what operating system?
Version 1.1, on Android 2.2+
Please provide any additional information below.
More details can be found here:
http://code.google.com/p/zxing/issues/detail?id=958
It wouldn't happen if jar was built with a different REQUEST_CODE in
IntentIntegrator, using only upper 16 bits as REQUEST_CODE.
Original issue reported on code.google.com by jorge.op...@gmail.com on 11 Dec 2012 at 12:01
Reactions are currently unavailable