A simple Android service that notify (blink buttons leds and vibrate) missed call and unread SMS.
SilentNotifier is hosted in the following web site
https://github.com/cdidier/SilentNotifier
If you think the Android project SilentNotifier listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of SilentNotifier.
Item | Value |
---|---|
Java File Count | 9 |
Target SDK Version | 18 |
Minimum SDK Version | 16 |
Activity Count | 1 |
Required Permissions | android.permission.ACCESS_SUPERUSER android.permission.READ_CALL_LOG android.permission.READ_PHONE_STATE android.permission.READ_SMS android.permission.RECEIVE_BOOT_COMPLETED android.permission.RECEIVE_SMS android.permission.VIBRATE android.permission.WAKE_LOCK |
SilentNotifier has the following Java source files.
org.cybione.android.silentnotifier.AlarmReceiver.java org.cybione.android.silentnotifier.BackgroundService.java org.cybione.android.silentnotifier.BackgroundServiceReceiver.java org.cybione.android.silentnotifier.ButtonsLed.java org.cybione.android.silentnotifier.IntentReceiver.java org.cybione.android.silentnotifier.MainActivity.java org.cybione.android.silentnotifier.MissedCall.java org.cybione.android.silentnotifier.SilentNotifier.java org.cybione.android.silentnotifier.UnreadSMS.java