commit | 84dbd6102263a3d8840a571261277b992102db0e | [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 | 73dbb97d1d8d23edf1b579dedb003fa7f6c636a9 | |
parent | 02ca5fcbe7909fa43bab2e29ce72084cda0a2ac3 [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