Hi fellows,
I\'d like to know if there is some exhaustive reference of all Intent actions defined in the standard Android SDK ? I\'m thinking of the full \"android.inten
Hey I think I answered my own question :)
In my Android SDK directory, under /platforms/android-x/data (x being the API level) I've found several very interesting files:
Turns out the first two contain plenty of raw Intents, including ones that are not defined in Intent.java !
I'm not quite sure what theses lists are here for, I'd just like to be sure they are exhaustive for their API level... (even if I don't see why they wouldn't be)