Merge "Return empty string for new error code. The new string will be defined later." into froyo
This commit is contained in:
committed by
Android (Google) Code Review
commit
29c8037335
@@ -202,8 +202,10 @@ public class InstalledAppDetails extends Activity implements View.OnClickListene
|
||||
return getString(R.string.invalid_location);
|
||||
case PackageManager.MOVE_FAILED_SYSTEM_PACKAGE:
|
||||
return getString(R.string.system_package);
|
||||
case PackageManager.MOVE_FAILED_INTERNAL_ERROR:
|
||||
return "";
|
||||
}
|
||||
return null;
|
||||
return "";
|
||||
}
|
||||
|
||||
private void initMoveButton() {
|
||||
|
Reference in New Issue
Block a user