Here is the code for the "Battery" application. The purpose of this application is to read continuously the battery states and perform some actions (log, shutdown, etc)..
AndroidProject_Battery is hosted in the following web site
https://github.com/BILLyTheLiTTle/AndroidProject_Battery
If you think the Android project AndroidProject_Battery 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 AndroidProject_Battery.
Item | Value |
---|---|
Java File Count | 6 |
Minimum SDK Version | 15 |
Activity Count | 1 |
Required Permissions | android.permission.BATTERY_STATS android.permission.RECEIVE_BOOT_COMPLETED android.permission.WRITE_EXTERNAL_STORAGE |
AndroidProject_Battery has the following Java source files.
tsapalos11598712.bill3050.battery.BackgroundTasks.java tsapalos11598712.bill3050.battery.BatteryService.java tsapalos11598712.bill3050.battery.BatteryStateActivity.java tsapalos11598712.bill3050.battery.BatteryStateReceiver.java tsapalos11598712.bill3050.battery.StartupReceiver.java tsapalos11598712.bill3050.battery.database.StateHelper.java