summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2020-02-10 10:01:24 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-02-10 10:01:24 +0000
commiteb5f9ca7b8d8ff768a322a851148bcc0d8617cec (patch)
tree5da5a7e23ad00e93d4252833ef3c1820f4504e86
parent2b6a79e6d6432d3294382da4af932eee9700ef35 (diff)
parentea53debe942246827e252eb248941045379e7abf (diff)
Merge "Reland: Rework platform version to hide codenames."
-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 fee845469..cf7638538 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);
+ + Build.VERSION.RELEASE_OR_CODENAME);
return;
}