From 2d4b6ad9d4c7e3e2dbb6a127f37271686253d71f Mon Sep 17 00:00:00 2001 From: Dan Egnor Date: Mon, 15 Jun 2009 14:46:00 -0700 Subject: [PATCH] Remove obsolete FOTA_UPDATE permission (which should never have been made public, and wouldn't be used by any third party applications, and no longer does anything regardless). Also remove the WRITE_GSERVICES permission from the SettingsProvider package's manifest (the declaration there was redundant with the one in the core manifest, where all the other settings-related permissions live -- no other core package includes its own permission definitions). --- api/4.xml | 11 ----------- api/current.xml | 11 ----------- core/res/AndroidManifest.xml | 9 ++++++--- packages/SettingsProvider/AndroidManifest.xml | 6 ------ 4 files changed, 6 insertions(+), 31 deletions(-) diff --git a/api/4.xml b/api/4.xml index 2e5f34a59b140..b117a8734c982 100644 --- a/api/4.xml +++ b/api/4.xml @@ -452,17 +452,6 @@ visibility="public" > - - - - - + - -