I have developed an app which only has a BroadcastReceiver
(no Activity
+ no Service
) - its for a specific purpose.
I was able to test my app on v2.3.3 and it works perfectly well. Will it work the same on all platforms or there are exceptions to this? If there are - what could be alternative(s)?