Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OMS: adb shell command to access OverlayManagerService #2

Open
wants to merge 1 commit into
base: M
Choose a base branch
from
Open

OMS: adb shell command to access OverlayManagerService #2

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Aug 3, 2016

Add a command to communicate with the OverlayManagerService for
debugging purposes. This mirrors the am and pm commands.

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 martin.wallgren@sonymobile.com
Signed-off-by: Zoran Jovanovic zoran.jovanovic@sonymobile.com

Change-Id: If84fa20dd11ca2fa1ee64f452d0dae86673720b2

Add a command to communicate with the OverlayManagerService for
debugging purposes. This mirrors the am and pm commands.

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 <martin.wallgren@sonymobile.com>
Signed-off-by: Zoran Jovanovic <zoran.jovanovic@sonymobile.com>

Change-Id: If84fa20dd11ca2fa1ee64f452d0dae86673720b2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant