Preview:
try {
  	//open application settings
  	val intent = Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS)
  	val uri = Uri.fromParts("package",packageName, null)
  	intent.data = uri
  	startActivity(intent)
}catch (e:IOException){
  	e.printStackTrace()
}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter