|
Title |
Provides intent actions | Provides intent URIs | Uses action | Uses URI | Description |
|---|---|---|---|---|---|
| Barcode Scanner - ZXing library |
Multi-format 1D/2D barcode reader. |
Scan a barcode.
Send this intent to open the Barcodes app in scanning mode, find a barcode, and return the results.
By default, sending Scan.ACTION will decode all barcodes that we understand. However it may be useful to limit scanning to certain formats. Use Intent.putExtra("SCAN_MODE", value) with one of the values below (optional).
If a barcode is found, Barcodes returns RESULT_OK to onActivityResult() of the app which requested the scan via startSubActivity(). The barcodes contents can be retrieved with intent.getStringExtra("SCAN_RESULT"). If the user presses Back, the result code will be RESULT_CANCELED.
See Android Manifest, com.google.zxing.client.android.Intents, and com.google.zxing.client.android.Contents
|
Title |
Provides intent actions | Provides intent URIs | Uses action | Uses URI | Description |
|---|---|---|---|---|---|
| Barcode Scanner - ZXing library |
Multi-format 1D/2D barcode reader. |
|
Title |
Provides intent actions | Provides intent URIs | Uses action | Uses URI | Description |
|---|---|---|---|---|---|
| Collectionista | Android package |
Collection manager. |