diff options
author | Narayan Kamath <narayan@google.com> | 2020-02-10 10:01:24 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-02-10 10:01:24 +0000 |
commit | eb5f9ca7b8d8ff768a322a851148bcc0d8617cec (patch) | |
tree | 5da5a7e23ad00e93d4252833ef3c1820f4504e86 /java | |
parent | 2b6a79e6d6432d3294382da4af932eee9700ef35 (diff) | |
parent | ea53debe942246827e252eb248941045379e7abf (diff) |
Merge "Reland: Rework platform version to hide codenames."
Diffstat (limited to 'java')
-rw-r--r-- | java/com/android/dialer/app/voicemail/LegacyVoicemailNotificationReceiver.java | 2 |
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; } |