Merge "fix a long-standing 'typo' bug" into honeycomb

This commit is contained in:
Vasu Nori
2011-01-06 18:57:13 -08:00
committed by Android (Google) Code Review

View File

@@ -196,7 +196,7 @@ public final class Downloads {
* @return a boolean whether the download is successful.
*/
public boolean isSuccessful() {
return android.provider.Downloads.Impl.isStatusCompleted(statusCode);
return android.provider.Downloads.Impl.isStatusSuccess(statusCode);
}
}