diff options
author | Kevin Lau Fang <fangk@google.com> | 2019-11-14 20:31:11 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2019-11-14 20:31:11 +0000 |
commit | 418df18cc1ed9a43158822f3c25c30cd7c45afda (patch) | |
tree | 490a494fe1f4ea9238b13b5cc5fe748fad6e604e /service | |
parent | 880d9f4a4b2a7acac655903db0dfd92d80236077 (diff) | |
parent | 4ccf5a2aa0899fc37fca2f8f1102e41a58815047 (diff) |
Merge "Revert submission"
Diffstat (limited to 'service')
-rw-r--r-- | service/java/com/android/server/wifi/hotspot2/SystemInfo.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/java/com/android/server/wifi/hotspot2/SystemInfo.java b/service/java/com/android/server/wifi/hotspot2/SystemInfo.java index 374b8f5c0..e39eb185b 100644 --- a/service/java/com/android/server/wifi/hotspot2/SystemInfo.java +++ b/service/java/com/android/server/wifi/hotspot2/SystemInfo.java @@ -133,7 +133,7 @@ public class SystemInfo { * @return the build release version. */ public String getSoftwareVersion() { - return new StringBuffer("Android ").append(Build.VERSION.RELEASE_OR_CODENAME).toString(); + return new StringBuffer("Android ").append(Build.VERSION.RELEASE).toString(); } /** |