android:priority is for IntentFilter matching, it has nothing to do with
thread priority.  Also third party apps can't get an android:priority > 0.

On Tue, Jul 26, 2011 at 10:37 AM, Sebastian Tomaszewski <
stomasze101...@gmail.com> wrote:

> Hello Mark,
> Thank you for your reply, I greatly appreciate it.
> "Fortunately"...come on...  :)... I guess there is a reason behinid it....
> is there?
> So does that mean that "android:priority=*"2147483647*" didn't do anything
> for me in my Manifest.   I read somewhere that this could have helped?... A
> little bit confused here, but maybe I might have misread this...
>
> http://developer.android.com/guide/topics/manifest/intent-filter-element.html#priority
>
> Nevertheless, would the application that is running be considred as
> Foreground Process?  Please let me know.
>
> Thank you and Best Regards,
>
>
> Sebo
>
> On Tue, Jul 26, 2011 at 4:20 AM, Mark Murphy <mmur...@commonsware.com>wrote:
>
>> On Fri, Jul 22, 2011 at 8:31 PM, Sebo <stomasze101...@gmail.com> wrote:
>> > Quick question, do you know if there is a way to turn off any APPS
>> > that run in the background (e-mail/GPS...), so my application while it
>> > is running won't be interrupted at all(Except for the OS of
>> > course)?
>>
>> Fortunately, this is not possible.
>>
>> > OR is there a way to tell when my application starts that my APP is
>> > the highest prioiryt in the whole system?
>>
>> The foreground process is already "the highest prioiryt [sic] in the
>> whole system".
>>
>> > ....  I tried setting my
>> > Acitivity prioity (In the Manifest) to the highest possible and that
>> > didn't work that well.....
>>
>> There is no "Acitivity prioity (In the Manifest)".
>>
>> --
>> Mark Murphy (a Commons Guy)
>> http://commonsware.com | http://github.com/commonsguy
>> http://commonsware.com/blog | http://twitter.com/commonsguy
>>
>> Android Training in NYC: http://marakana.com/training/android/
>>
>> --
>> 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
>
>
>  --
> 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
>



-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

-- 
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

Reply via email to