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

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -