commit | 316a373d8338c6f9143316817631517324991056 | [log] [tgz] |
---|---|---|
author | Songchun Fan <schfan@google.com> | Thu Apr 25 15:19:16 2024 -0700 |
committer | Songchun Fan <schfan@google.com> | Thu Apr 25 17:37:00 2024 -0700 |
tree | e9947be6ee1c7e257f2c0850b1bc032760b7ccdb | |
parent | 1d307afd95b7c99d3ab80186a267811b8a544b40 [diff] |
[Settings] Remove REQUEST_INSTALL_PACKAGES from manifest This line was initially added to support unarchiving, but it wasn't necessary because the Settings app already has INSTALL_PACKAGES permission. Having REQUEST_INSTALL_PACKAGES causes it to be listed in the "Install unknown apps" page, which might be confusing to the users. This CL removes it. BUG: 304255818 Test: manual with Archive/Restore Change-Id: Iebead9c0faf0226046784add271c155fb89a0845