summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorkmccormick <kmccormick@google.com>2013-04-04 00:23:30 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-04-04 00:23:30 +0000
commit7f932e88d61b977be48e2f6157f8de64c89400d9 (patch)
tree9a4de8036625406e5d9a57fa2208aadd39552ea3 /docs
parent28cb20241bd3a31957cb034dc586eadee002ffbc (diff)
parentfa226b1de9119f7d22b877c584154176cefe8996 (diff)
downloadframeworks_base-7f932e88d61b977be48e2f6157f8de64c89400d9.zip
frameworks_base-7f932e88d61b977be48e2f6157f8de64c89400d9.tar.gz
frameworks_base-7f932e88d61b977be48e2f6157f8de64c89400d9.tar.bz2
Merge "Doc update: getString -> getInt" into jb-mr1.1-docs
Diffstat (limited to 'docs')
-rw-r--r--docs/html/guide/topics/manifest/meta-data-element.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/manifest/meta-data-element.jd b/docs/html/guide/topics/manifest/meta-data-element.jd
index 85a871d..56a214c 100644
--- a/docs/html/guide/topics/manifest/meta-data-element.jd
+++ b/docs/html/guide/topics/manifest/meta-data-element.jd
@@ -80,7 +80,7 @@ to the item. The ID can be retrieved from the meta-data Bundle by the
</tr><tr>
<td>Color value, in the form "{@code #rgb}", "{@code #argb}",
"{@code #rrggbb}", or "{@code #aarrggbb}"</td>
- <td>{@link android.os.Bundle#getString(String) getString()}</td>
+ <td>{@link android.os.Bundle#getInt(String) getInt()}</td>
</tr><tr>
<td>Float value, such as "{@code 1.23}"</td>
<td>{@link android.os.Bundle#getFloat(String) getFloat()}</td>