Launch the notification access settings as new task

This commit is contained in:
Jonas Lochmann 2021-11-01 01:00:00 +01:00
parent 1d94c8442d
commit b5772d26cb
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36

View file

@ -767,7 +767,7 @@ class AndroidIntegration(context: Context): PlatformIntegration(maximumProtectio
Intent(
Settings.ACTION_MANAGE_OVERLAY_PERMISSION,
Uri.parse("package:" + context!!.packageName)
)
).addFlags(Intent.FLAG_ACTIVITY_NEW_TASK)
)
true