cherrypick Change-Id: I90664a587b358bfebcd4b45d066726973c04fcb3

fix sdk build

Change-Id: I5095cb2413abc08fbf5c8965f3f27bff2a8b2d68
This commit is contained in:
Scott Main
2011-07-14 13:56:28 -07:00
parent 31675e4295
commit ff8ba6533e

View File

@@ -364,11 +364,10 @@ getQuantityString}(R.plurals.numberOfSongsAvailable, count, count);
<p>When using the {@link android.content.res.Resources#getQuantityString(int,int,int)
getQuantityString()} method, you need to pass the {@code count} twice if your string includes
<a href="#FormattingAndStyling">string formatting</a> with a number. For example, for the string
{@code %d songs found}, the first {@count} parameter selects the appropriate plural string and the
second {@count} parameter is inserted into the {@code %d} placeholder. If your plural strings do not
include string formatting, you don't need to pass the third parameter to {@link
android.content.res.Resources#getQuantityString(int,int)
getQuantityString}.</p>
{@code %d songs found}, the first {@code count} parameter selects the appropriate plural string and
the second {@code count} parameter is inserted into the {@code %d} placeholder. If your plural
strings do not include string formatting, you don't need to pass the third parameter to {@link
android.content.res.Resources#getQuantityString(int,int) getQuantityString}.</p>
</dd> <!-- end example -->
</dl>