From b584bec3f3ccc34c53753b3dfdf99b917d4772ca Mon Sep 17 00:00:00 2001 From: Yehor Vialov Date: Tue, 2 Feb 2016 15:19:07 +0200 Subject: [PATCH] Create README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f6d1ca5 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Xiaomi Ants Alarm Service +A service for Xiaomi YI smart IP camera Android app. It can you to not miss any movement alarm. + +## How ot works? +It just handlle all notification for original Xiaomi Android application and shows you a fullscreen alarm with the sound and vibration. + +## What's inside? +### MainActivity +Settings activity which will launch if you'll launch an app. You can enable alarm, vibration etc. +### AlarmActivity +Is an activity to show fullscreen alarm +### AntsNotificationService +It is NotificationListenerService to handle com.ants360.yicamera notifications.