I have an app installed which is not running in foreground, but has a BroadcastReceiver which will be receiving events. Now I am updating the app from Google Play.
After the update is installed, will the app work with the new updates(Let's say I have updated some code in my BroadcastReceiver) without opening it?