diff options
| author | 2013-04-03 17:29:35 -0700 | |
|---|---|---|
| committer | 2013-04-03 17:29:35 -0700 | |
| commit | 2456a3fa3871c45378d2ad35d986cc9fa68bb5ed (patch) | |
| tree | 14cc41dd7c4b8e4a4fa1a86afbcfac40acd256f5 | |
| parent | 3f000e58af4d8da4fd62feab28424a8eac9434ec (diff) | |
| parent | 7c4b45ec0ede9b485446367ead5c54fac734c26a (diff) | |
am 7c4b45ec: am 7f932e88: Merge "Doc update: getString -> getInt" into jb-mr1.1-docs
* commit '7c4b45ec0ede9b485446367ead5c54fac734c26a':
Doc update: getString -> getInt
| -rw-r--r-- | docs/html/guide/topics/manifest/meta-data-element.jd | 2 |
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 85a871d0bebd..56a214c6455b 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> |