Skip to content

Commit

Permalink
OMS7-N: adb shell command to access OverlayManagerService
Browse files Browse the repository at this point in the history
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
2 people authored and Miccia94 committed Dec 7, 2016
1 parent 59f3ddc commit 4791655
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions target/product/base.mk
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ PRODUCT_PACKAGES += \
mtpd \
ndc \
netd \
om \
ping \
ping6 \
platform.xml \
Expand Down

0 comments on commit 4791655

Please sign in to comment.