Added missing space on error message.

Test: manual verification
Bug: 189264297

Change-Id: I4a85e6921f60cb69989d3e0badb0c72b94486f02
This commit is contained in:
Felipe Leme
2021-06-03 12:43:35 -07:00
parent cdfc535609
commit d58a21f6e0

View File

@@ -68,7 +68,7 @@ abstract class UpdateInstaller {
notifyCallbackOnError(
InstallSystemUpdateCallback.UPDATE_ERROR_BATTERY_LOW,
"The battery level must be above "
+ mConstants.BATTERY_THRESHOLD_NOT_CHARGING + " while not charging or"
+ mConstants.BATTERY_THRESHOLD_NOT_CHARGING + " while not charging or "
+ "above " + mConstants.BATTERY_THRESHOLD_CHARGING + " while charging");
return;
}