Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fa226b1d authored by kmccormick's avatar kmccormick
Browse files

Doc update: getString -> getInt

"Bug: 7426857"

Change-Id: I0535b38f57c21a1951f45f428ca327f2cbdcb50a
parent 2ab25723
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>