Is it possible to configure the emulator to raise a specified broadcast intent?
I'm using physical devices which have a button enabled barcode scanner. Data is then received by the application via a broadcast intent.
I have simulated this by raising an intent using Command Prompt which is received by the app as expected.
If possible I would like to trigger for an intent to be raised from within the emulator itself.