Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OMS7-N: adb shell command to access OverlayManagerService
Add a command to communicate with the OverlayManagerService for debugging purposes. This mirrors the am and pm commands. This commit restores the functionality after the Nougat rebase from Sony. Example use: $ adb shell om list com.android.systemui [ ] com.test.awesome-home-button $ adb shell om enable com.test.awesome-home-button $ adb shell om list com.android.systemui [x] com.test.awesome-home-button Co-authored-by: Martin Wallgren <[email protected]> Signed-off-by: Zoran Jovanovic <[email protected]> Change-Id: If424b8ef6052e4121902b630279c0ebaf416203c
- Loading branch information