An application that is running for a long time in foreground will
acquire more priority in time?
I explain my problem. I ported a software for communication with a
fixed infrastructure in Android. I'm making some tests. Each test
makes 5 experiments (the mobile node sends some queries to the
infrastructure and evalutes the number of query successful and the
mean time) and the result of the test is the mean of the results of
these experiments.
During the test the application is always in foreground.
In the experiments the result improve e. g. (10% 15% 30% 40% 55% of
query ok).
I implemented the system as activity and not yet as service.
For the test the app aquire the locks SCREEN_DIM_WAKE_LOCK and
WIFI_MODE_FULL.
Thanks

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

Reply via email to