Skip to content

Instantly share code, notes, and snippets.

@mumayank
Created December 20, 2019 08:38
Show Gist options
  • Save mumayank/ab5b92255645d4c9f7bdd921df710d87 to your computer and use it in GitHub Desktop.
Save mumayank/ab5b92255645d4c9f7bdd921df710d87 to your computer and use it in GitHub Desktop.
class MainActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_main)
supportActionBar?.hide()
Helpers.openAccessibilitySettings(this)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment