how to display a short animation when connecting the plug charge & when unplug the charger ?
Asked
Active
Viewed 128 times
1 Answers
0
To detect changes in charger connection state, use CTelephony::GetIndicator()
to get notifications on CTelephony::EBatteryInfoChange
events. Of particular interest are TBatteryStatus
changes in the TBatteryInfoV1
object.
To get started with animation, search the SDK documentation for "animation".

laalto
- 150,114
- 66
- 286
- 303