Casebash
Casebash

Reputation: 119012

Documentation for extra in intents for Android

What documentation is there on the extras will be provided with Android intents?

Update:

I did some further investigation. I understand that we can are meant to assume each intent to parses no data or extras unless explicitly documented. Additionally, some, but not all, extras mention which they are applicable to (see the android documentation and search for Standard Extra Data). We are expected to then look at what the intent does (or guess from its name) to understand more clearly what the extra does. Those which don't mention this are expected to be used in a large range of applications.

Upvotes: 3

Views: 287

Answers (1)

Macarse
Macarse

Reputation: 93173

You can try looking into openIntents.

Upvotes: 2

Related Questions