summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkmccormick <kmccormick@google.com>2013-04-03 17:19:50 -0700
committerkmccormick <kmccormick@google.com>2013-04-03 17:20:57 -0700
commitfa226b1de9119f7d22b877c584154176cefe8996 (patch)
treeb709751f90c5df3981c730459e2dd575f373e8bb
parent2ab257231fe774748298ab92f78564a5e19f23f0 (diff)
downloadframeworks_base-fa226b1de9119f7d22b877c584154176cefe8996.zip
frameworks_base-fa226b1de9119f7d22b877c584154176cefe8996.tar.gz
frameworks_base-fa226b1de9119f7d22b877c584154176cefe8996.tar.bz2
Doc update: getString -> getInt
"Bug: 7426857" Change-Id: I0535b38f57c21a1951f45f428ca327f2cbdcb50a
-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>