https://github.com/zebradevs/emdk-batteryintent-demo
Demo app showing the battery extras available on Zebra devices
https://github.com/zebradevs/emdk-batteryintent-demo
battery community demo emdk
Last synced: 3 months ago
JSON representation
Demo app showing the battery extras available on Zebra devices
- Host: GitHub
- URL: https://github.com/zebradevs/emdk-batteryintent-demo
- Owner: ZebraDevs
- License: mit
- Created: 2019-12-02T17:05:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-19T07:19:41.000Z (over 4 years ago)
- Last Synced: 2025-02-10T08:51:23.402Z (5 months ago)
- Topics: battery, community, demo, emdk
- Language: Java
- Size: 292 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
*Please be aware that this application / sample is provided as-is for demonstration purposes without any guarantee of support*
=========================================================# EMDK BatteryIntent Demo (formally ZebraBatteryExtras)
This application demonstrates the extra battery information which can be obtained on Zebra Android Mobile Devices
The standard Android battery Intent is [Intent.ACTION_BATTERY_CHANGED](https://developer.android.com/reference/android/content/Intent.html#ACTION_BATTERY_CHANGED) and on all Android devices this Intent will contain the following information:
- Whether the battery is present
- Current battery level
- Whether or not the battery is plugged in or charging and if so, how is it receiving charge.
- A general description of the health of the battery
- The temperature and voltage of the batteryZebra mobile devices append additional battery information to this Intent as described in the [reference guide on techdocs](https://techdocs.zebra.com/emdk-for-android/latest/guide/reference/refbatteryintent/)
For example, the following additional information is available:
- Manufacture date
- Part number
- Serial number
- Backup battery voltage
- Battery capacity
- Decommission status
- Cumulative charge
- Number of charge cycles
- Present capacity
- Health expressed as a percentage
- Time until empty
- Time until full
- Amount of usable charge remaining in the batteryThe following screenshots show the application running on a Zebra Mobile device:



The following screenshots show the application running on a consumer device (Google Pixel 2):

## License
MIT.