From e4acc9c87c98d5ce338e0d6cb74b630f0590e6a3 Mon Sep 17 00:00:00 2001 From: Barath Nadar <42098783+barath121@users.noreply.github.com> Date: Wed, 23 Oct 2019 22:26:08 +0530 Subject: [PATCH] Update README.md typo at line 42 was notofications changed to notifications --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e8731a..96a80e9 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ There are three example applications in the [`notifications/`](notifications/) d The first demonstrates how to create a notification listener service which uses notification access permissions to receive all incoming notifications, add them to a database, and present them in a simple list view to the user. -The second demonstrates how to use the snooze functionality of the Notifications API, which pauses delivery of a notification until a later time. Any notifications received while the app is on screen can be paused for 60 seconds, or allowed to pass through to the OS notification system. This was used in the Morph experiment to pause delivery of notofications from apps outside of a user's current mode. +The second demonstrates how to use the snooze functionality of the Notifications API, which pauses delivery of a notification until a later time. Any notifications received while the app is on screen can be paused for 60 seconds, or allowed to pass through to the OS notification system. This was used in the Morph experiment to pause delivery of notifications from apps outside of a user's current mode. Finally, a simple notification generator is included for testing your new notification handling experiment.