- time
- The time when the request to wake up was issued, in the SystemClock.UptimeMillis time base. This timestamp is used to correctly order the wake up request with other power management functions. It should be set to the timestamp of the input event that caused the request to wake up.
Forces the device to wake up from sleep.
If the device is currently asleep, wakes it up, otherwise does nothing. This is what happens when the power key is pressed to turn on the screen.
Requires the Android.Manifest.Permission.DevicePower permission.