Is there a way to set parameters that they would receive as arguments in the constructor were they initialized as standard objects instead of by intents? I can’t use parameters stored in the intent because sending an intent doesn’t necessarily initialize the activity / service (it may exist already). Can I use the manifest file to set custom parameters?
Thanks.
Is there a way to set parameters that they would receive as arguments in
Share
I found a possible solution here: Is it possible to have custom attributes in AndroidManifest.xml tags?
Doesn’t help if I want to pass objects, but for simple types it’s good enough.