二维码扫描


10.0 6 Reviews
1.0 by Tu Yafeng
Oct 15, 2016

About 二维码扫描

Simply open the two-dimensional code scanning tool

简单的二维码扫描工具

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

开发者文档:

// 参数及结果

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;

}

}

Additional APP Information

Latest Version

1.0

Uploaded by

Sabeddin Celilov

Requires Android

Android 2.2+

Report

Flag as inappropriate

Show More

Use APKPure App

Get 二维码扫描 old version APK for Android

Download

Use APKPure App

Get 二维码扫描 old version APK for Android

Download

二维码扫描 Alternative

Get more from Tu Yafeng

Discover