Android Open Source - SMS service SilentNotifier






Project Summary

A simple Android service that notify (blink buttons leds and vibrate) missed call and unread SMS.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of SilentNotifier.

ItemValue
Java File Count9
Target SDK Version18
Minimum SDK Version16
Activity Count1
Required Permissionsandroid.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




Java Source Files

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