From 9fb3c8826ceb2c1b7d93c7c151ec5f39f26c9e1d Mon Sep 17 00:00:00 2001 From: Svet Ganov Date: Thu, 11 Jun 2015 11:48:53 -0700 Subject: [PATCH] DO NOT MERGE Remove SUBSCRIBED_FEEDS permissions from framework b/20220885 Instead, move it to GSF: ag/700092 SUBSCRIBED_FEEDS_READ/WRITE permissions guard the Content Provider that stores sync feeds for 1p apps (Gmail, Claendar, etc). The sync feeds are used for delivering and processing GCM tickle-to-sync messages. These permissions should not be used by 3rd parties but if they were, this change will break them. I don't know the reason these were not in GSF and 'signature' to begin with. If someone does, please, comment. Change-Id: I6c4e4c774fea12c7fe7082477c210ad75f007c66 --- core/res/AndroidManifest.xml | 18 ------------------ core/res/res/values/strings.xml | 6 ------ 2 files changed, 24 deletions(-) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 0911d420cbc8c..8a32c46dcd844 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1603,24 +1603,6 @@ - - - - - - Allows an app to read the sync stats for an account, including the history of sync events and how much data is synced. - - write subscribed feeds - - Allows the app to modify - your currently synced feeds. Malicious apps may change your synced feeds. - read terms you added to the dictionary