From 0ac173c04318c71c264e467222b2ee67df9e0b22 Mon Sep 17 00:00:00 2001 From: redge Date: Sat, 22 Aug 2015 02:26:14 +0200 Subject: [PATCH] Set the main activity as singTask so that when you press the notification multiple time, it starts it only once. Explained here http://stackoverflow.com/a/29847821 --- app/src/main/AndroidManifest.xml | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 8650bd8..54e0d09 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -10,29 +10,32 @@ - - - + + + - - + + + - - - - + - +