admin管理员组

文章数量:1337125

I need to write an Android app that operates continuously in all modes (foreground, background, and screen-off), maintains stable server communication (basically web page opened which does something in the background).

I want to use PARTIAL_WAKE_LOCK with periodic renewal of the lock with turned off battery optimization for app.

I need to use Rust + Tauri framework for UI.

So, my question is, will it work, or will Android kill this process after some time? Maybe there are other caveats that I need to be aware of?

本文标签: