Skip to content

Commit

Permalink
Merge pull request #234 from renatosc/master
Browse files Browse the repository at this point in the history
allowing change of REQUEST_CODE value
  • Loading branch information
rkistner authored Nov 4, 2016
2 parents 964dbab + d3330c9 commit b4a88bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
@SuppressWarnings("unused")
public class IntentIntegrator {

public static final int REQUEST_CODE = 0x0000c0de; // Only use bottom 16 bits
public static int REQUEST_CODE = 0x0000c0de; // Only use bottom 16 bits
private static final String TAG = IntentIntegrator.class.getSimpleName();

// supported barcode formats
Expand Down

0 comments on commit b4a88bf

Please sign in to comment.