Added missing space on error message.
Test: manual verification Bug: 189264297 Change-Id: I4a85e6921f60cb69989d3e0badb0c72b94486f02
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user