A service for Xiaomi YI smart IP camera Android app. It can you to not miss any movement alarm
This repository has been archived on 2023-11-18. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2017-11-29 23:39:34 +02:00
app Only 5.0 Lollipop and higher supported now 2016-02-02 18:24:07 +02:00
gradle/wrapper Initial import of version 0.1 2016-02-02 15:10:29 +02:00
.gitattributes Initial import of version 0.1 2016-02-02 15:10:29 +02:00
.gitignore Initial import of version 0.1 2016-02-02 15:10:29 +02:00
build.gradle Initial import of version 0.1 2016-02-02 15:10:29 +02:00
gradle.properties Initial import of version 0.1 2016-02-02 15:10:29 +02:00
gradlew Initial import of version 0.1 2016-02-02 15:10:29 +02:00
gradlew.bat Initial import of version 0.1 2016-02-02 15:10:29 +02:00
README.md Update README.md 2017-11-29 23:39:34 +02:00
settings.gradle Initial import of version 0.1 2016-02-02 15:10:29 +02:00

Xiaomi Ants Alarm Service

Not supported any more. The service is not handling notification any more because the structure of it was changed. A service for Xiaomi YI smart IP camera Android app. It can help you to not miss any movement alarm.

How ot works?

It just handle all notifications from 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.