Android Broadcast Mechanism Access

Is there a way to access the internal Android Broadcast Mechanism.

Upon opening and closing my app I wish to alter settings on the device that controls the barcode scanner settings.

The device hardware manufacturer provides API documentation for this, however I cannot see this as an option in Thunkable unless I can use the web API block in some way?

Any ideas?

Many thanks.

1 Like

If your hardware manufacturer provides API to control the settings your are asking for then Web API component is the way to go.

Of course the settings of the Web API will depends on the guidelines set out in the documentations.