[android-developers] AndroidManifest -- exported item permissions

2012-07-09 Thread Zsolt Vasvari
Marks latest post ( http://commonsware.com/blog/2012/07/09/dont-advertise-intent-filters-that-are-not-yours.html ) made me think of this question. Google added a bunch of LINT warnings for not having required permissions for items (activites/services/etc) exported by your app. What's the

Re: [android-developers] AndroidManifest -- exported item permissions

2012-07-09 Thread Nikolay Elenkov
On Tue, Jul 10, 2012 at 10:40 AM, Zsolt Vasvari zvasv...@gmail.com wrote: Marks latest post ( http://commonsware.com/blog/2012/07/09/dont-advertise-intent-filters-that-are-not-yours.html ) made me think of this question. Google added a bunch of LINT warnings for not having required

Re: [android-developers] AndroidManifest -- exported item permissions

2012-07-09 Thread Zsolt Vasvari
How do you add an annotation to an XML document LINT recognizes? On Tuesday, July 10, 2012 9:46:13 AM UTC+8, Nikolay Elenkov wrote: On Tue, Jul 10, 2012 at 10:40 AM, Zsolt Vasvari zvasv...@gmail.com wrote: Marks latest post (

Re: [android-developers] AndroidManifest -- exported item permissions

2012-07-09 Thread Nikolay Elenkov
On Tue, Jul 10, 2012 at 12:21 PM, Zsolt Vasvari zvasv...@gmail.com wrote: How do you add an annotation to an XML document LINT recognizes? There is a 'tools:ignore' or some such attribute, it should show up as a quickfix in the editor. -- You received this message because you are subscribed