Snap for 13185465 from a7a7482118 to 25Q2-release

Change-Id: I0eab0cf83292c45355f3576ce579322546c048aa
This commit is contained in:
Android Build Coastguard Worker
2025-03-09 13:18:30 -08:00

View File

@@ -78,7 +78,7 @@ open class SystemUpdatePreferenceController(context: Context, preferenceKey: Str
val status = updateInfo.getInt(SystemUpdateManager.KEY_STATUS) val status = updateInfo.getInt(SystemUpdateManager.KEY_STATUS)
if (status == SystemUpdateManager.STATUS_UNKNOWN) { if (status == SystemUpdateManager.STATUS_UNKNOWN) {
Log.d(TAG, "Update statue unknown") Log.d(TAG, "Update status unknown")
} }
when (status) { when (status) {
SystemUpdateManager.STATUS_WAITING_DOWNLOAD, SystemUpdateManager.STATUS_WAITING_DOWNLOAD,