Skip to content

Conversation

dwb
Copy link

@dwb dwb commented Aug 10, 2016

Rewritten notification-click intent handling so that we don't need to
check whether app is running or not. Instead, it sends the intent such
that it can get an 'OK' response back if the app is running; if not,
it'll start the app.

getRunningTasks was deprecated in Lollipop, as was the whole GET_TASKS permission.

This is the first significant Android code I've written, so apologies if
it's not quite right – but it's been working for us in low-volume testing
recently.

Dan Brown added 4 commits August 23, 2016 16:24
Rewritten notification-click intent handling so that we don't need to
check whether app is running or not. Instead, it sends the intent such
that it can get an 'OK' response back if the app is running; if not,
it'll start the app.
@dwb dwb force-pushed the remove-get-tasks branch from 9f64d61 to 65b2a9f Compare August 23, 2016 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant