1/2
二维码扫描 screenshot 0
二维码扫描 screenshot 1
二维码扫描 Icon

二维码扫描

Lakor
Trustable Ranking IconTrusted
1K+Downloads
118kBSize
Android Version Icon2.2.x+
Android Version
1.0(31-10-2016)Latest version
3.0
(2 Reviews)
Age ratingPEGI-3
Download
DetailsReviewsVersionsInfo
1/2

Description of 二维码扫描

简单的二维码扫描工具


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

开发者文档:

// 参数及结果

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;

}

}

Simple two-dimensional code scanning tool


Open to allow other programs to call. The following is the call notes.

Developer Documentation:

// Parameters and results

mark.qrcode.SCAN // action

mark.qrcode // package

mark.qrcode.CaptureActivity // class

getStringExtra ( "data") // result


Example:

// Start the scan code

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

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

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


// Get the scan code results

@Override

protected void onActivityResult (int requestCode, int resultCode,

                                Intent intent) {

    if (requestCode == 0) {

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

            String result = intent.getStringExtra ( "data"); // scan code results

        }

        return;

    }

}


二维码扫描 - Version 1.0

(31-10-2016)
Other versions

There are no reviews or ratings yet! To leave the first one please

-
2 Reviews
5
4
3
2
1
Info Trust Icon
Good App GuaranteedThis app passed the security test for virus, malware and other malicious attacks and doesn't contain any threats.

二维码扫描 - APK Information

APK Version: 1.0Package: mark.qrcode
Android compatability: 2.2.x+ (Froyo)
Developer:LakorPrivacy Policy:http://via.1year.cc/addon-privacy-statement.htmlPermissions:2
Name: 二维码扫描Size: 118 kBDownloads: 3Version : 1.0Release Date: 2021-02-23 16:58:01Min Screen: SMALLSupported CPU:
Package ID: mark.qrcodeSHA1 Signature: AF:5D:11:B1:70:31:27:16:7E:23:B4:5F:A7:06:F0:DD:98:65:49:9BDeveloper (CN): Various TuOrganization (O): Local (L): ??Country (C): CNState/City (ST): ??

Latest Version of 二维码扫描

1.0Trust Icon Versions
31/10/2016
3 downloads118 kB Size
Download

Apps in the same category

You may also like...