I need to check runtime-permissions for the background application whom I am sending some data through Intent.
I am broadcasting an Intent from appA to App-B in the background. Now, based on data in Intent app-B will start performing some task in the background itself. Hence, by the time I explicitly open appB, it will be ready having some data needed for further operation.
Now, I need to check run-time(Internet) permission for appB. is there any way to achieve the scenario?