commit | 0ca45736f51ef12345c7065d5dec4176404b264d | [log] [tgz] |
---|---|---|
author | Ecco Park <eccopark@google.com> | Tue Jan 15 17:16:58 2019 -0800 |
committer | Ecco Park <eccopark@google.com> | Tue Jan 15 20:54:47 2019 -0800 |
tree | 090a85d349015ea8bcdb98867769950f9fdd5398 | |
parent | 4be2e3f81d3693bb2bbbbae88d216058854eaaa1 [diff] |
passpoint: mark as @deprecated and add permissions The list of passpoint APIs are currently defined as public API. So, any app can call this API without any permission. Since PasspointConfiguration has all information for user credential, we should add a permission so that only permitted app is able to call those APIs. Bug: 122918799 Test: ./frameworks/base/wifi/tests/runtests.sh Change-Id: I9530fcc11b0c4087e6b7bfd232cfff565dc06195 Signed-off-by: Ecco Park <eccopark@google.com>