二维码扫描 APK

707+ votes, 4.82/5

Simply open the two-dimensional code scanning tool... [readmore]


⇣ Download APK (115.01 KB)

This is an original APK file direct fetch from google play. It is safe to download and free of any virus.

Version 1.0
Update
Size 115.01 KB
Category Tools
Developer Tu Yafeng
Downloads ↓ 193.8K
⇣ Download APK (115.01 KB)

This is an original APK file direct fetch from google play. It is safe to download and free of any virus.

File Infos

License type Free
Version 1.0
Size 115.01 KB (117773)
Filename mark.qrcode_20161015_117773.apk
Requirement 2.2 and up
Type app
Category Tools
Package name: mark.qrcode
Slogan: Simply open the two-dimensional code scanning tool

APK Permissions


‣ android.permission.CAMERA
‣ android.permission.FLASHLIGHT


APK used Features


‣ android.hardware.camera
‣ android.hardware.camera.autofocus
‣ android.hardware.touchscreen

Screenshots (2 images)

二维码扫描 screenshot 1 二维码扫描 screenshot 2

About 二维码扫描 APK

二维码扫描 poster
二维码扫描 APK version 1.0 poster

Latest update [menu]


Version 1.0 updated.

Description [menu]


简单的二维码扫描工具

开放,允许其它程序调用。以下是调用须知。
开发者文档:
// 参数及结果
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;
}
}

How to install 二维码扫描 APK for Android [menu]


Download 二维码扫描 APK file (mark.qrcode_20161015_117773.apk) from SameAPK.com, then follow these steps:

Update Phone Settings

  • Go to your phone Settings page
  • Tap Security or Applications (varies with device)
  • Check the Unknown Sources box
  • Confirm with OK

Go to Downloads

  • Open Downloads on your device by going to My Files or Files
  • Tap the APK file you downloaded (mark.qrcode_20161015_117773.apk)
  • Tap Install when prompted, the APK file you downloaded will be installed on your device.

How to install 二维码扫描 APK on Windows 7/8/10 or MAC PC? [menu]


Download 二维码扫描 APK file(mark.qrcode_20161015_117773.apk) from SameAPK.com to your PC (ex: /Users/xxx/Downloads/(mark.qrcode_20161015_117773.apk)), then follow these steps:

Using Emulator:

  • Download And Install one Emulator Softwares (Ex: Bluestacks, GenyMotion, NoxPlayer)
  • Simple install APK on PC by drag and drop file mark.qrcode_20161015_117773.apk on Emulator screen

二维码扫描 APK Pros & Cons [menu]


Pros
  • This app is safe, it's not require high risk permissions
  • Compatible with 32 bit device (most Emulator using 32bit arch CPU)
  • Compatible with 64-bit device (some android device and current Bluestacks)

Cons
Everything is good.


Similar applications [menu]


New Apps



Comments

No comment Yet.