[android-developers] Re: How to get manifest values?

2011-06-10 Thread Jens
AFAIK the GET_INTENT_FILTERS flag in PackageManager has never been
implemented (even though it's been declared since version 1 of the
API).

If it's your own manifest file you want to access Dougs advice is spot
on - if you want to inspect the intent-filters of other applications
your SOL.

On 9 Juni, 14:05, Ashok Jeevan  wrote:
> Hi
>
> I need to get MIME type values from the manifest file in an Activity class.
>
> Is there any way to access values from the manifest?
>
> Ashok Jeevan
> +91 9895401278

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: How to get manifest values?

2011-06-09 Thread Doug
On Jun 9, 5:05 am, Ashok Jeevan  wrote:
> I need to get MIME type values from the manifest file in an Activity class.
>
> Is there any way to access values from the manifest?

Maybe you could instead reference a string resource instead in both
the the manifest and the code that needs to know?

Doug

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en