Notable
Notable copied to clipboard
Remove app from recents after adding a reminder
trafficstars
On Android >= Lollipop, call finishAndRemoveTask instead of finish when creating a new reminder. This automatically removes the Notable app from the recent apps list.
Fixes #15
Now that I have learned how to develop for android, I could finally come back and fix this myself. I hope it's useful!