commit | 257f02728f64dbedb0913f479bb1e5e257e4ed8b | [log] [tgz] |
---|---|---|
author | junklu <quic_junklu@quicinc.com> | Wed Jun 22 15:34:18 2022 +0800 |
committer | John Shao <johnshao@google.com> | Thu Jul 07 18:53:07 2022 +0000 |
tree | 930604c263870fd9e5a98a4ee7744ab742d7780e | |
parent | 0e34747e75f4e3218c9767f307f472a5142774f8 [diff] |
Contacts: Get rid of the permission READ_EXTERNAL_STORAGE with the request. For apps with targetSdk >= T, the request of permission READ_EXTERNAL_STORAGE will be ignored from Android T, and Contacts uses file manager to pick a file which doesn't require any permissions. So remove the permission request of READ_EXTERNAL_STORAGE. Bug: 235134421 Test: manual Change-Id: Ib2c5aff8cabe95ae5e837891a5b1fa91c7e08c35