Skip to content

Instantly share code, notes, and snippets.

@oliverspryn
Last active November 12, 2021 13:41
Show Gist options
  • Save oliverspryn/0fb8b9a4ef12f9daeeb0a5414740598d to your computer and use it in GitHub Desktop.
Save oliverspryn/0fb8b9a4ef12f9daeeb0a5414740598d to your computer and use it in GitHub Desktop.
A slightly more realistic view of the compiled code after the constants are inlined
class MainActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
if ("debug" == "release") {
window.setFlags(WindowManager.LayoutParams.FLAG_SECURE, WindowManager.LayoutParams.FLAG_SECURE)
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment