commit | 37f9c24b6f67488427ae40ddfcfc1950a94dd43c | [log] [tgz] |
---|---|---|
author | Rambo Wang <rambowang@google.com> | Mon Feb 10 14:45:28 2020 -0800 |
committer | Rambo Wang <rambowang@google.com> | Mon Feb 10 19:43:11 2020 -0800 |
tree | 7105be6e879518804fb4b6ee4757fc1dcb158667 | |
parent | 789637cfff0640099d93d9df85c75a0e5bce3bcf [diff] |
Support enforce READ_PRECISE_PHONE_STATE permission Before READ_PRECISE_PHONE_STATE is open as public API, many of the method that requires this permission has to enforce READ_PRIVILEGED_PHONE_STATE permission instead. Now as READ_PRECISE_PHONE_STATE has been public API, we should enforce the right permission for those methods. Bug: 147498511 Test: atest FrameworksTelephonyTests Change-Id: Id0a80aa67853807c0e466d73d1cea820ae0a2087