Skip to content

Commit

Permalink
Go ahead and enable Code 93 in android
Browse files Browse the repository at this point in the history
  • Loading branch information
srowen committed May 31, 2010
1 parent fa55dad commit 7989ae7
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -117,6 +117,7 @@ public final class CaptureActivity extends Activity implements SurfaceHolder.Cal
ONE_D_FORMATS = new Vector<BarcodeFormat>(PRODUCT_FORMATS.size() + 3);
ONE_D_FORMATS.addAll(PRODUCT_FORMATS);
ONE_D_FORMATS.add(BarcodeFormat.CODE_39);
ONE_D_FORMATS.add(BarcodeFormat.CODE_93);
ONE_D_FORMATS.add(BarcodeFormat.CODE_128);
ONE_D_FORMATS.add(BarcodeFormat.ITF);
QR_CODE_FORMATS = new Vector<BarcodeFormat>(1);
Expand Down

0 comments on commit 7989ae7

Please sign in to comment.