commit | 022147600212f14937ba1ca6670ee69c329da894 | [log] [tgz] |
---|---|---|
author | Roshan Pius <rpius@google.com> | Fri Oct 19 13:59:03 2018 -0700 |
committer | Roshan Pius <rpius@google.com> | Thu Nov 29 10:18:51 2018 -0800 |
tree | 9cde95b2e97b185596c3dda2206df289991c7318 | |
parent | 4df6418f0b767a2e9276b5807398d6c8399431ad [diff] |
WifiManager: Deprecate API implementation Changes: a) Pass the calling package name in the AIDL call to allow target-SDK checks & error logging on the service side (similar to other binder calls). b) Pass the return value from service for AIDL calls: disconnect, reconnect, reassociate. c) Return false for a previously deprecated saveWifiConfiguration API. Bug: 115504728 Test: Compiles Change-Id: I9bc9c8fc5857a430242e5afbecca7fc2c39f1ca1