二维码扫描

二维码扫描

Tu Yafeng
Oct 15, 2016
  • 10.0

    6 Comentários

  • 115.0 KB

    Tamanho do arquivo

  • Android 2.2+

    Android OS

Sobre este 二维码扫描

Basta abrir a ferramenta de varredura bidimensional código

简单的二维码扫描工具

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

开发者文档:

// 参数及结果

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;

}

}

Mostrar mais

Novidades em 1.0 mais recente

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

Vídeos e capturas de tela

  • 二维码扫描 Cartaz
  • 二维码扫描 imagem de tela 1

Informações sobre 二维码扫描 APK

Última Versão
1.0
Categoria
Ferramentas
Android OS
Android 2.2+
Tamanho do arquivo
115.0 KB
Desenvolvedor
Tu Yafeng
Downloads seguros e rápidos de APK no APKPure
O APKPure usa verificação de assinatura para garantir downloads de APK 二维码扫描 sem vírus para você.

Versões Antigas de 二维码扫描

APKPure ícone

Baixar de Forma Rápida e Segura via APKPure App

Um clique para instalar arquivos XAPK/APK no Android!

Baixar APKPure
thank icon
We use cookies and other technologies on this website to enhance your user experience.
By clicking any link on this page you are giving your consent to our Privacy Policy and Cookies Policy.
Learn More about Policies