Is there a way to acquire wake lock in Android native service in Android automotive, I need to hold the device from not going to suspend to Ram mode until my service done with certain tasks.
I tried to check if there are any ndk APIs available to acquire wake lock or something similar but no luck.