summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/wifi/WifiDebuggingActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Hide notification shade when WifiDebuggingActivity is shown.Joshua Duong2020-04-071-0/+3
| | | | | | | | | | | | | | Wireless debugging can be enabled from a quick settings tile, and this gets covered by the notification shade. Bug: 153275926 Test: Enable wifi debugging qstile from Settings > Developer options > Quick settings developer tiles > Wireless debugging. On notification shade, enable wireless debugging on an untrusted network. Notification shade should be hidden to reveal the WifiDebuggingActivity. Change-Id: I347e23ab85ee1235c20eab9a2318e1d8afe8975a
* [adbwifi] SysUI: Add WifiDebuggingActivity.Joshua Duong2020-02-201-0/+223
This will prompt the user whether they trust the current wireless access point when enabling wireless debugging. Bug: 147814644 Test: make Exempt-From-Owner-Approval: already approved Change-Id: I56a7c022f26d4e3d93a22d9022f19f1b8d997d70