Power Management

Introduction

The power management subsystem provides the following capabilities:

  1. Querying the battery level
  2. Keeping the device screen always on using a lock

Figure 1 power management subsystem architecture

Directory Structure

base/powermgr/powermgr_lite
├── interfaces		    # APIs
│   └── kits
│       └── battery		# API for querying the battery level
└── services		    # Services
    ├── include
    └── source

Repositories Involved

powermgr_powermgr_lite