I'm working on an app that should be able to broadcast protected intents like android.intent.action.DEVICE_STORAGE_LOW
so that I can see if the necessary system receivers work properly. Currently the app stops and I get a security exception.
Is there anyway to give the app permissions to send these protected broadcasts?