diff --git a/api/current.xml b/api/current.xml index 7d1e8e87f96c0..c179789236bd4 100644 --- a/api/current.xml +++ b/api/current.xml @@ -1453,7 +1453,7 @@ type="int" transient="false" volatile="false" - value="17432609" + value="17432583" static="true" final="true" deprecated="not deprecated" @@ -1464,7 +1464,7 @@ type="int" transient="false" volatile="false" - value="17432611" + value="17432585" static="true" final="true" deprecated="not deprecated" @@ -1475,7 +1475,7 @@ type="int" transient="false" volatile="false" - value="17432612" + value="17432586" static="true" final="true" deprecated="not deprecated" @@ -1493,292 +1493,6 @@ visibility="public" > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + @@ -277834,8 +275218,6 @@ deprecated="not deprecated" visibility="public" > - - diff --git a/core/java/android/os/Build.java b/core/java/android/os/Build.java index 830b0bd7ceb1a..1775a4b33ca70 100644 --- a/core/java/android/os/Build.java +++ b/core/java/android/os/Build.java @@ -120,9 +120,18 @@ public class Build { * {@link android.Manifest.permission#WRITE_EXTERNAL_STORAGE} permission to be * able to modify the contents of the SD card. (Apps targeting * earlier versions will always request the permission.) + *
  • They must explicitly request the + * {@link android.Manifest.permission#READ_PHONE_STATE} permission to be + * able to be able to retrieve phone state info. (Apps targeting + * earlier versions will always request the permission.) + *
  • They are assumed to support different screen densities and + * sizes. (Apps targeting earlier versions are assumed to only support + * medium density normal size screens unless otherwise indicated). + * They can still explicitly specify screen support either way with the + * supports-screens manifest tag. * */ - public static final int DONUT = CUR_DEVELOPMENT; + public static final int DONUT = 4; } /** The type of build, like "user" or "eng". */ diff --git a/core/res/res/values/attrs_manifest.xml b/core/res/res/values/attrs_manifest.xml index 48b565f598781..442357e8ec42f 100644 --- a/core/res/res/values/attrs_manifest.xml +++ b/core/res/res/values/attrs_manifest.xml @@ -577,9 +577,7 @@ backup and restore of the application's settings to external storage. --> - +