startActivity(
Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS,Uri.parse(
"package:$packageName"
))
)