Skip to content

Instantly share code, notes, and snippets.

@Arunshaik2001
Created November 22, 2022 14:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Arunshaik2001/df658fc67df2b14957bd22f7503a9d21 to your computer and use it in GitHub Desktop.
Save Arunshaik2001/df658fc67df2b14957bd22f7503a9d21 to your computer and use it in GitHub Desktop.
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O_MR1) {
setShowWhenLocked(true);
setTurnScreenOn(true);
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment