二维码扫描

Tu Yafeng
Oct 15, 2016
  • 10.0

    6 Reviews

  • 115.0 KB

    File Size

  • Android 2.2+

    Android OS

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;

}

}

Show MoreShow Less

What's new in the latest 1.0

Last updated on Oct 15, 2016
Minor bug fixes and improvements. Install or update to the newest version to check it out!

二维码扫描 APK Information

Latest Version
1.0
Category
Tools
Android OS
Android 2.2+
File Size
115.0 KB
Developer
Tu Yafeng
Safe & Fast APK Downloads on APKPure
APKPure uses signature verification to ensure virus-free 二维码扫描 APK downloads for you.

Old Versions of 二维码扫描

Super Fast and Safe Downloading via APKPure App

One-click to install XAPK/APK files on Android!

Download APKPure