summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Lau Fang <fangk@google.com>2019-11-14 20:07:07 +0000
committerKevin Lau Fang <fangk@google.com>2019-11-14 20:07:07 +0000
commit97facce8b001a4fb33462fdbc229eb14034d3c7f (patch)
tree622c9df27b985853678e5215268c4e8d760113f0
parent2f78b36f87f0ca7f26d57ffa79f9ea0c0a5add18 (diff)
Revert submission
Reason for revert: This causes a boot issue on Taimen (b/144480969). It wasn't caught by TreeHugger due to Taimen tests being disabled due to a different lab outage (b/144350336). Change-Id: Ib9fb23e378034fe73373030e0865c6bac99d4f37
-rw-r--r--java/com/android/dialer/app/voicemail/LegacyVoicemailNotificationReceiver.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/android/dialer/app/voicemail/LegacyVoicemailNotificationReceiver.java b/java/com/android/dialer/app/voicemail/LegacyVoicemailNotificationReceiver.java
index cf7638538..fee845469 100644
--- a/java/com/android/dialer/app/voicemail/LegacyVoicemailNotificationReceiver.java
+++ b/java/com/android/dialer/app/voicemail/LegacyVoicemailNotificationReceiver.java
@@ -65,7 +65,7 @@ public class LegacyVoicemailNotificationReceiver extends BroadcastReceiver {
+ ", PREVIEW_SDK_INT="
+ Build.VERSION.PREVIEW_SDK_INT
+ ", RELEASE="
- + Build.VERSION.RELEASE_OR_CODENAME);
+ + Build.VERSION.RELEASE);
return;
}