Skip to content

Instantly share code, notes, and snippets.

@yakivmospan
Last active November 1, 2017 14:40
Show Gist options
  • Save yakivmospan/a2edcb83285a9d34869699aabfb26e22 to your computer and use it in GitHub Desktop.
Save yakivmospan/a2edcb83285a9d34869699aabfb26e22 to your computer and use it in GitHub Desktop.
private var deviceSecurityAlert: AlertDialog? = null
override fun onStart() {
super.onStart()
if (!systemServices.isDeviceSecure()) {
deviceSecurityAlert = systemServices.showDeviceSecurityAlert()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment