From 316a373d8338c6f9143316817631517324991056 Mon Sep 17 00:00:00 2001 From: Songchun Fan Date: Thu, 25 Apr 2024 15:19:16 -0700 Subject: [PATCH] [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 --- AndroidManifest.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 31af5990f3c..2ee00ed6cbf 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -139,7 +139,6 @@ -