Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 29c80373 authored by Suchi Amalapurapu's avatar Suchi Amalapurapu Committed by Android (Google) Code Review
Browse files

Merge "Return empty string for new error code. The new string will be defined later." into froyo

parents 84398222 9a3a1a4e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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() {