Our website uses necessary cookies to enable basic functions and optional cookies to help us to enhance your user experience. Learn more about our cookie policy by clicking "Learn More".
Accept All Only Necessary Cookies
二维码扫描 icon

10.0 6 Reviews


1.0 by Tu Yafeng


Oct 15, 2016

About 二维码扫描

English

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;

}

}

What's New in the Latest Version 1.0

Last updated on Oct 15, 2016

Minor bug fixes and improvements. Install or update to the newest version to check it out!

Translation Loading...

Additional APP Information

Latest Version

Request 二维码扫描 Update 1.0

Uploaded by

Sabeddin Celilov

Requires Android

Android 2.2+

Show More

二维码扫描 Screenshots

Comment Loading...
Languages
Languages
Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Subscribed Successfully!
You're now subscribed to APKPure.
Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Success!
You're now subscribed to our newsletter.