tags:

views:

23

answers:

0

Can more than one WakeLock be held at a time? If for example I want to hold a PARTIAL_WAKE_LOCK but at times, I also want to hold an additional SCREEN_BRIGHT_WAKE_LOCK, later releasing it, but still holding the PARTIAL_WAKE_LOCK? Can this be done and is it advised, or should I release one WakeLock before acquiring another?