InterviewSolution
Saved Bookmarks
| 1. |
How Do I Deal With A Low Battery Warning? |
|
Answer» BREW sends the running application an EVT_APP_SUSPEND event in the case of a LOW BATTERY Warning. In ORDER to handle low battery condition, you must CORRECTLY handle EVT_APP_SUSPEND and EVT_APP_RESUME events. BREW sends the running application an EVT_APP_SUSPEND event in the case of a Low Battery Warning. In order to handle low battery condition, you must correctly handle EVT_APP_SUSPEND and EVT_APP_RESUME events. |
|