diff --git a/api/5.xml b/api/5.xml index b72fea0e91c20..ca2cceb52a7f1 100644 --- a/api/5.xml +++ b/api/5.xml @@ -99380,7 +99380,7 @@ type="int" transient="false" volatile="false" - value="10000" + value="5" static="true" final="true" deprecated="not deprecated" diff --git a/api/current.xml b/api/current.xml index e4c3f85f26da7..15ea245ca0991 100644 --- a/api/current.xml +++ b/api/current.xml @@ -99380,7 +99380,7 @@ type="int" transient="false" volatile="false" - value="10000" + value="5" static="true" final="true" deprecated="not deprecated" diff --git a/core/java/android/os/Build.java b/core/java/android/os/Build.java index b9f78a10c6230..0f8bc083980e3 100644 --- a/core/java/android/os/Build.java +++ b/core/java/android/os/Build.java @@ -151,7 +151,7 @@ public class Build { * the background tabs have a dark gray background. * */ - public static final int ECLAIR = CUR_DEVELOPMENT; + public static final int ECLAIR = 5; } /** The type of build, like "user" or "eng". */