From 17d6916e955da988e15d614bb1e6caa357498ee5 Mon Sep 17 00:00:00 2001 From: Henrik Tunedal Date: Thu, 3 Mar 2011 14:46:20 +0100 Subject: [PATCH] Get rid of unnecessary implicit permissions Targeting an application at Cupcake triggers compatibility behaviours: 1) The permissions WRITE_EXTERNAL_STORAGE and READ_PHONE_STATE are automatically requested. 2) Support for different screen sizes and densities is disabled. We don't want the extra permissions, but we do need the old resolution compatibility mode to avoid UI breakage (for now), so I'm increasing the target version and explicitly disabling the new screen support. --- AndroidManifest.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 0f33ede33..57d35fb46 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -2,7 +2,9 @@ - + +