Merge "fix a long-standing 'typo' bug" into honeycomb
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user