will the tiny application catch the broadcast? Or can these translations be received only by the process that starts them?
There are several things that control this.
If the broadcast is protected by permission, you will not be able to receive this broadcast if you do not keep this permission. You may not be able to save this permission depending on the type of permission it has.
, , ( , ). <intent-filter> ( IntentFilter), , , , , , .
(, LocalBroadcastManager), , , ... .
, , .
. , API, , , API. , .