From 2762ff3dc864018352362f6d103de471f9529ba6 Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Wed, 1 Jun 2011 21:27:05 -0700 Subject: [PATCH] Add new supports-screen API to set maximum allowed size. Change-Id: I0a7cd4ba73a4c18558e6daee28963d5fd12c7978 --- api/current.xml | 21 ++++++++++++++ .../android/content/pm/ApplicationInfo.java | 14 ++++++++- .../android/content/pm/PackageParser.java | 3 ++ .../content/res/CompatibilityInfo.java | 29 ++++++++++++++++--- core/res/res/values/attrs_manifest.xml | 11 +++++++ core/res/res/values/public.xml | 1 + 6 files changed, 74 insertions(+), 5 deletions(-) diff --git a/api/current.xml b/api/current.xml index 7670bc935193f..83e571d140711 100644 --- a/api/current.xml +++ b/api/current.xml @@ -5889,6 +5889,17 @@ visibility="public" > + + + + + +