mirror of
https://codeberg.org/timelimit/timelimit-android.git
synced 2025-10-03 09:49:25 +02:00
Launch the notification access settings as new task
This commit is contained in:
parent
1d94c8442d
commit
b5772d26cb
1 changed files with 1 additions and 1 deletions
|
@ -767,7 +767,7 @@ class AndroidIntegration(context: Context): PlatformIntegration(maximumProtectio
|
||||||
Intent(
|
Intent(
|
||||||
Settings.ACTION_MANAGE_OVERLAY_PERMISSION,
|
Settings.ACTION_MANAGE_OVERLAY_PERMISSION,
|
||||||
Uri.parse("package:" + context!!.packageName)
|
Uri.parse("package:" + context!!.packageName)
|
||||||
)
|
).addFlags(Intent.FLAG_ACTIVITY_NEW_TASK)
|
||||||
)
|
)
|
||||||
|
|
||||||
true
|
true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue