splondike / polipoid

Android wrapper for the polipo proxy
GNU General Public License v3.0
35 stars 12 forks source link

Add WakeLock and WifiLock #7

Closed niutech closed 10 years ago

niutech commented 10 years ago

It allows Polipoid to run in background.

splondike commented 10 years ago

This is not something we'd want by default I think. For my use case at least I don't want the device running constantly. A better solution for you might be to use something like 'Wake Lock - PowerManager' to toggle wake/wifi lock when you want it.