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:
- activity_actions.txt
- broadcast_actions.txt
- categories.txt
- features.txt
- widgets.txt
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)