Android Open Source - UI utility AutoScreenOnOff






Project Summary

an android utility app to turn on/off screen automatically by s/w instead of h/w power button.

Web Site / Source Repository

AutoScreenOnOff is hosted in the following web site
https://github.com/plateaukao/AutoScreenOnOff

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

ItemValue
Java File Count17
Target SDK Version17
Minimum SDK Version8
Activity Count2
Required Permissionsandroid.permission.DISABLE_KEYGUARD
android.permission.EXPAND_STATUS_BAR
android.permission.GET_TASKS
android.permission.RECEIVE_BOOT_COMPLETED
android.permission.VIBRATE
android.permission.WAKE_LOCK




Resource Files

There are 6 image files in AutoScreenOnOff. The names of the image files are listed as follows.

screenoff.png
statusbar_off.png
statusbar_on.png
widget_charging_on.png
widget_off.png
widget_on.png

The following screenshort is generated from the image listed above.

null




Java Source Files

AutoScreenOnOff has the following Java source files.

com.danielkao.autoscreenonoff.provider.ScreenOffAppWidgetProvider.java
com.danielkao.autoscreenonoff.provider.ToggleAutoScreenOnOffAppWidgetProvider.java
com.danielkao.autoscreenonoff.receiver.AppReplaceReceiver.java
com.danielkao.autoscreenonoff.receiver.BootReceiver.java
com.danielkao.autoscreenonoff.receiver.ChargingStatusChangeReceiver.java
com.danielkao.autoscreenonoff.receiver.TurnOffReceiver.java
com.danielkao.autoscreenonoff.service.SensorMonitorService.java
com.danielkao.autoscreenonoff.strategy.BaseStrategy.java
com.danielkao.autoscreenonoff.strategy.BaseTurnOffStrategy.java
com.danielkao.autoscreenonoff.strategy.BaseTurnOnStrategy.java
com.danielkao.autoscreenonoff.ui.AppMultiselectListPreference.java
com.danielkao.autoscreenonoff.ui.AutoScreenOnOffPreferenceActivity.java
com.danielkao.autoscreenonoff.ui.MainActivity.java
com.danielkao.autoscreenonoff.ui.MyPreferenceCategory.java
com.danielkao.autoscreenonoff.ui.TimePreference.java
com.danielkao.autoscreenonoff.util.CV.java
com.danielkao.autoscreenonoff.util.EnvironmentInfoUtils.java