am a2a568e5: Merge "Fix error code when media is filled up." into froyo
Merge commit 'a2a568e58d77848471a2f1d9ab6df2cbb2c916d6' into froyo-plus-aosp * commit 'a2a568e58d77848471a2f1d9ab6df2cbb2c916d6': Fix error code when media is filled up.
This commit is contained in:
@@ -416,7 +416,7 @@ public class DefaultContainerService extends IntentService {
|
||||
return PackageHelper.RECOMMEND_INSTALL_EXTERNAL;
|
||||
}
|
||||
}
|
||||
if (checkExt || checkBoth && !mediaAvailable) {
|
||||
if ((checkExt || checkBoth) && !mediaAvailable) {
|
||||
return PackageHelper.RECOMMEND_MEDIA_UNAVAILABLE;
|
||||
}
|
||||
return PackageHelper.RECOMMEND_FAILED_INSUFFICIENT_STORAGE;
|
||||
|
||||
Reference in New Issue
Block a user