Is it normal behaviour that when using a PartialLock that the current activity is paused?
If so, what is the purpose of this lock? I can't find any symptoms of its behaviour.
The reason I'm looking at locks, is that I have an application which runs an SQL query from a service at an interval. This uses the httputils module and service. The call back from this requires an Activity module, and this all works fine when the device is running.
However I'd like the SQL query to still pull back the data and analyse even when the screen turns off or power button pressed.
Is this even possible?