I am building application where barcode data when scanned should be available in application for that I have build broadcast receiver and BarcodeResult(intent) is used for converting result into barcode value.
what whould I mention in manifest <reciever> tag to register by broadcast.
thanks for help.