commit | 69f79b0aca1d4ce91db9675e9b8c3fe659998938 | [log] [tgz] |
---|---|---|
author | paulhu <paulhu@google.com> | Wed Jan 06 12:00:29 2021 +0800 |
committer | paulhu <paulhu@google.com> | Fri Jan 22 15:30:07 2021 +0800 |
tree | 416ed2fb86a902ef65c990dd4189ee9a124dc9e7 | |
parent | b380466d295c90baf29478cc8b241a354a98e42b [diff] |
Expose Build.VERSION.FIRST_SDK_INT as module-lib API Connectivity service is going to become a mainline module which will not be able to access hidden APIs. But PermissionMonitor needs know Build.VERSION.FIRST_SDK_INT for granting network restricted permission to system packages. Thus, expose the value as module-lib API to support the usage. Bug: 170598012 Test: make update-api Change-Id: Id0ae42120f69faee43eeb7ebd35cae9e26cb7561