Relative Content

Tag Archive for androidandroid-studioandroid-activityoverlayalarmmanager

Is there any replacement for overlay code in android?

I have used following code for overlaying android activity over the screen even if the screen is off.
val wakeLock = powerManager.newWakeLock( PowerManager.FULL_WAKE_LOCK or PowerManager.ACQUIRE_CAUSES_WAKEUP or PowerManager.ON_AFTER_RELEASE, "YourApp::AlarmWakeLock" )