Constant.java 336 B

123456789101112
  1. package com.rdgk.cemetery.zxing.view;
  2. /**
  3. * 常量
  4. */
  5. public class Constant {
  6. // request参数
  7. public static final int REQ_QR_CODE = 11002; // // 打开扫描界面请求码
  8. public static final int REQ_PERM_CAMERA = 11003; // 打开摄像头
  9. public static final String INTENT_EXTRA_KEY_QR_SCAN = "qr_scan_result";
  10. }