diff options
| -rw-r--r-- | api/5.xml | 2 | ||||
| -rw-r--r-- | api/current.xml | 2 | ||||
| -rw-r--r-- | core/java/android/os/Build.java | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/api/5.xml b/api/5.xml index b72fea0e91c2..ca2cceb52a7f 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 e4c3f85f26da..15ea245ca099 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 b9f78a10c623..0f8bc083980e 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. * </ul> */ - public static final int ECLAIR = CUR_DEVELOPMENT; + public static final int ECLAIR = 5; } /** The type of build, like "user" or "eng". */ |