diff options
Diffstat (limited to 'core/java/android/os/Build.java')
| -rw-r--r-- | core/java/android/os/Build.java | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/core/java/android/os/Build.java b/core/java/android/os/Build.java index 08c14025bded..edd0bd3f8678 100644 --- a/core/java/android/os/Build.java +++ b/core/java/android/os/Build.java @@ -188,15 +188,7 @@ public class Build { public static final int FROYO = 8; /** - * Next version of Android. - * - * <p>Applications targeting this or a later release will get these - * new changes in behavior:</p> - * <ul> - * <li> The status bar is now dark. Targeting this version allows - * the platform to perform performing compatibility on status bar - * graphics to ensure they look okay on a dark background. - * </ul> + * Newest version of Android, version 2.3. */ public static final int GINGERBREAD = 9; } |
