summaryrefslogtreecommitdiff
path: root/core/java/android/debug/AdbManager.java
Commit message (Collapse)AuthorAgeFilesLines
* Restrict AdbManager broadcasts to apps with MANAGE_DEBUGGING permission.Joshua Duong2021-12-311-0/+3
| | | | | | Bug: 205836329 Test: atest AdbDebuggingManagerTest Change-Id: If18a874c6d6232d9131f2cc3de3614ef67a58bbd
* Add AdbTransportType.aidl. Add AdbWifi internal API stubs.Joshua Duong2020-02-191-0/+108
| | | | | | | | | | | | | | | Since wireless debugging can be enabled without usb debugging enabled, we'll need to differentiate between which transport is enabled. Also added the internal AdbManager stubs for wireless debugging. Adding implementation in separate CL to get around merge conflict with a SysUI CL in the stack. BUG: b/111434128 Test: make Exempt-From-Owner-Approval: already approved Change-Id: I4e1ae6398f291f321e61e7eb119564ebd5e54c2e
* Add SystemApis isAdbWifiSupported(), isAdbWifiQRSupported() to AdbManager.Joshua Duong2020-01-171-3/+34
| | | | | | | Bug: 146139798, 111434128 Test: make Change-Id: Iab20d20b39f0079418026a730cd4093de08d1db9
* Add empty AdbService to SystemServerKenny Root2018-10-311-0/+42
Create skeleton service to migrate functions from UsbService in later change. Bug: 63820489 Test: make Change-Id: I07672fe87cfae188fe77c173fc49119e182c6b05