0

ZXING バーコード スキャナーをアプリに統合しました。

さまざまなスキャナー アプリ (zxing に基づく) を要求するためにアプリを停止し、スキャン用にアプリを自動的に選択するにはどうすればよいですか?

4

1 に答える 1

0

Use IntentIntegrator, which will automatically choose the official Barcode Scanner app by restricting the packages searched.

http://code.google.com/p/zxing/source/browse/trunk/android-integration/src/com/google/zxing/integration/android/IntentIntegrator.java

于 2013-01-24T07:09:41.857 に答える