二维码扫描

二维码扫描

Tu Yafeng
2016年10月15日
  • 10.0

    6 レビュー

  • 115.0 KB

    ファイルサイズ

  • Android 2.2+

    Android OS

この二维码扫描について

単に二次元コードのスキャンツールを開き

简单的二维码扫描工具

开放,允许其它程序调用。以下是调用须知。

开发者文档:

// 参数及结果

mark.qrcode.SCAN // action

mark.qrcode //package

mark.qrcode.CaptureActivity //class

getStringExtra("data") //result

实例:

// 启动扫码

Intent intent = new Intent("mark.qrcode.SCAN");

intent.setClassName("mark.qrcode", "mark.qrcode.CaptureActivity");

try { activity.startActivityForResult(intent, 0); } catch (Exception ignored) { }

// 获取扫码结果

@Override

protected void onActivityResult(int requestCode, int resultCode,

Intent intent) {

if (requestCode == 0) {

if (intent != null && intent.hasExtra("data")) {

String result = intent.getStringExtra("data"); // 扫码结果

}

return;

}

}

もっと見る

最新バージョン 1.0 の更新情報

Last updated on 2016年10月15日
Minor bug fixes and improvements. Install or update to the newest version to check it out!
もっと見る

ビデオとスクリーンショット

  • 二维码扫描 ポスター
  • 二维码扫描 スクリーンショット 1

二维码扫描の旧バージョン

APKPure アイコン

APKPureアプリで超高速かつ安全にダウンロード

Android で XAPK/APK ファイルをワンクリックでインストール!

ダウンロード APKPure
thank icon
We use cookies and other technologies on this website to enhance your user experience.
By clicking any link on this page you are giving your consent to our Privacy Policy and Cookies Policy.
Learn More about Policies