From 491b40d752578b4f6e73333a478fb8c547adb929 Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Tue, 29 Oct 2013 18:33:29 -0700 Subject: [PATCH] Doc change: Change description for BRAND. Bug:11431921 Change-Id: Id08bb58a52699942e0cf626aeb577ac05c84c575 --- core/java/android/os/Build.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/os/Build.java b/core/java/android/os/Build.java index bc51a60992805..22e1476183a4d 100644 --- a/core/java/android/os/Build.java +++ b/core/java/android/os/Build.java @@ -49,7 +49,7 @@ public class Build { /** The manufacturer of the product/hardware. */ public static final String MANUFACTURER = getString("ro.product.manufacturer"); - /** The brand (e.g., carrier) the software is customized for, if any. */ + /** The consumer-visible brand with which the product/hardware will be associated, if any. */ public static final String BRAND = getString("ro.product.brand"); /** The end-user-visible name for the end product. */