android - Is there anyway to keep a WakeLock across processes? -


i built application used foreground service held wakelock. changed service intent service wakefulbroadcastreceiver, , using alarmmanager.rtc_wakeup send broadcasts receiver. since change, users reporting devices not waking up; works fine on other devices. think issue device, workaround issue (and keep them happy), grab wake lock older foreground service did, , hold across processes. understanding cannot done because once process terminates wakelock released. know of way grab wakelocks can live across multiple processes ?


Comments

Popular posts from this blog

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -