Return empty string for new error code.
The new string will be defined later. Change-Id: I7dc80ca96461e083cd8d8fba4815ac263dac61a4
This commit is contained in:
@@ -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