Skip to content

Instantly share code, notes, and snippets.

@PhompAng
Created January 15, 2020 18:55
Show Gist options
  • Save PhompAng/7b204f149f9acf48369f0310718ff5c3 to your computer and use it in GitHub Desktop.
Save PhompAng/7b204f149f9acf48369f0310718ff5c3 to your computer and use it in GitHub Desktop.
fun isDebug(): Boolean {
return context.applicationInfo.flags and ApplicationInfo.FLAG_DEBUGGABLE != 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment