commit | 0efaff8cbc6a8d7f61d3930f4a1161863f5c8350 | [log] [tgz] |
---|---|---|
author | Chiachang Wang <chiachangwang@google.com> | Mon Oct 12 15:20:07 2020 +0800 |
committer | Chiachang Wang <chiachangwang@google.com> | Tue Oct 13 08:41:24 2020 +0000 |
tree | 52d4dc08cf304871cae6b91ca6049c31fc1d25f8 | |
parent | 2d74c2e26707946fd385136996fbd2d6ca06cd0c [diff] |
Use system api for shell command handling ConnectivityService should not use ShellCommand since it's @hide which does not accessible in mainline modules. Replace it with system api for mainline. Bug: 170598012 Test: adb shell cmd connectivity airplane-mode enable Test: adb shell cmd connectivity airplane-mode disable Change-Id: I47e7a371c19eb18eac643fe9a2ab481bec5743c2