mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -08:00
Only use bottom 16 bits for compatibility with FragmentActivity
git-svn-id: https://zxing.googlecode.com/svn/trunk@1898 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
d3700fc3bc
commit
0519393846
|
@ -82,7 +82,7 @@ import android.util.Log;
|
|||
*/
|
||||
public final class IntentIntegrator {
|
||||
|
||||
public static final int REQUEST_CODE = 0x0ba7c0de; // get it?
|
||||
public static final int REQUEST_CODE = 0x0000c0de; // Only use bottom 16 bits
|
||||
private static final String TAG = IntentIntegrator.class.getSimpleName();
|
||||
|
||||
public static final String DEFAULT_TITLE = "Install Barcode Scanner?";
|
||||
|
|
Loading…
Reference in a new issue