Android application to automatically mute the phone during night time (or a scheduled time period)..
DonotDisturb is hosted in the following web site
https://github.com/jp9/DonotDisturb
If you think the Android project DonotDisturb 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 DonotDisturb.
Item | Value |
---|---|
Java File Count | 7 |
Target SDK Version | 21 |
Minimum SDK Version | 14 |
Activity Count | 2 |
Fragment Count | 1 |
Required Permissions | android.permission.READ_CALL_LOG android.permission.READ_CONTACTS android.permission.READ_PHONE_STATE android.permission.RECEIVE_BOOT_COMPLETED |
DonotDisturb has the following Java source files.
com.colossaldb.dnd.MainActivity.java com.colossaldb.dnd.MyApp.java com.colossaldb.dnd.prefs.AppPreferences.java com.colossaldb.dnd.service.PhoneStateBroadcastReceiver.java com.colossaldb.dnd.service.StartStopReceiver.java com.colossaldb.dnd.ui.DebugActivity.java com.colossaldb.dnd.ui.DebugFragment.java