miracle2k / android-autostarts

Tool to manage autostarts (broadcast receivers) on an Android device.
http://elsdoerfer.name/=android-autostarts
GNU General Public License v3.0
208 stars 88 forks source link

Multiple Google Play Service in a single event #16

Closed shanehou closed 9 years ago

shanehou commented 9 years ago

What's the difference? How to restore the status?

miracle2k commented 9 years ago

An app can register for the same event multiple times. It is about how they internally structure their code. If you look at the details, it should give you a different internal name for each.

I agree that the app should make this clearer.