From 05fb8652769afb6b8ade942fe0a4b2b1c4e09300 Mon Sep 17 00:00:00 2001 From: sandeep singh Date: Thu, 18 Oct 2018 15:05:17 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a656ae..2f1d17c 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ In the Mainactivity on clicking "StartService" button will create and start a fo The foreground service will show a head-up notification which will pop up at the screen top with max priority. We have implemented Accelerometer listener in our service, which will detect any shake occured on the device and post a notification. -The Accelerometer listener will detect shakes and post notification's even if the app is not in forground due to our service implementation. +The Accelerometer listener will detect shakes and post notification's even if the app is not in foreground due to our service implementation. Please check out the sample app.