BarcodeManagerActionStartDecode Field |
Namespace: Com.Datalogic.Decode
Barcode start decode intent action. It is possible to start a capture
session in order to scan a barcode from an application, sending a
specific broadcast intent.
Example:
public int startDecodingIntent() {
  Intent myintent = new Intent();
  myintent.setAction(ACTION_START_DECODE);
}
Otherwise application can associate this intent to a physical key code through the KeyboardManager mapIntent method.