Android Open Source - Hardware wifi SettingsScheduler






Project Summary

Settings Scheduler is a simple app for Android. Futures List :1) Wifi on/of2) Data Connection on/of3) Bluetooth On/off4) Mute / Unmute (coming soon)Francesco.

Web Site / Source Repository

SettingsScheduler is hosted in the following web site
https://github.com/fscodesimone/SettingsScheduler

If you think the Android project SettingsScheduler 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 SettingsScheduler.

ItemValue
Java File Count21
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version16
Minimum SDK Version11
Activity Count4
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.ACCESS_WIFI_STATE
android.permission.BLUETOOTH_ADMIN
android.permission.CHANGE_NETWORK_STATE
android.permission.CHANGE_WIFI_STATE
android.permission.RECEIVE_BOOT_COMPLETED




Resource Files

There are 2 image files in SettingsScheduler. The names of the image files are listed as follows.

off.png
on.png

The following screenshort is generated from the image listed above.

null

Java Source Files

SettingsScheduler has the following Java source files.

it.fdesimone.batterysaver.BuildConfig.java
it.fdesimone.batterysaver.DigitalClock.java
it.fdesimone.batterysaver.JobAction.java
it.fdesimone.batterysaver.JobGroup.java
it.fdesimone.batterysaver.JobGroupActivity.java
it.fdesimone.batterysaver.JobGroupProvider.java
it.fdesimone.batterysaver.JobGroups.java
it.fdesimone.batterysaver.JobGroupsActivity.java
it.fdesimone.batterysaver.Log.java
it.fdesimone.batterysaver.OnBootReceiver.java
it.fdesimone.batterysaver.RepeatPreference.java
it.fdesimone.batterysaver.Utils.java
it.fdesimone.batterysaver.class
.java
it.fdesimone.batterysaver.tasks.BluetoothOffTask.java
it.fdesimone.batterysaver.tasks.BluetoothOnTask.java
it.fdesimone.batterysaver.tasks.DataConnectionOffTask.java
it.fdesimone.batterysaver.tasks.DataConnectionOnTask.java
it.fdesimone.batterysaver.tasks.DisableWifiTask.java
it.fdesimone.batterysaver.tasks.EnableWifiTask.java
it.fdesimone.batterysaver.tasks.Task.java
it.fdesimone.batterysaver.tasks.Tasks.java