[android-developers] Service Intent Filter Action String Resource

2010-09-13 Thread Dan
I have a Service defined in the manifest with an intent filter that refuses to match when specified as a String resource but works when the literal action is entered in the manifest. Is there any reason I should not be able to use a String resource with an action in an intent filter? For

[android-developers] Service Intent Filter Action String Resource

2010-09-13 Thread Dan
I have a Service defined in the manifest with an intent filter that refuses to match when specified as a String resource but works when the literal action is entered in the manifest. Is there any reason I should not be able to use a String resource with an action in an intent filter? For

Re: [android-developers] Service Intent Filter Action String Resource

2010-09-13 Thread Dianne Hackborn
Don't do that. The string must be in the manifest. (It would make things much more complicated if these strings could change due to locale changes, screen orientation changes, etc.) On Mon, Sep 13, 2010 at 4:06 PM, Dan king...@gmail.com wrote: I have a Service defined in the manifest with an