OSDN Git Service

AnalyticsService: report the build info in power events
[android-x86/packages-services-Analytics.git] / Service / src / org / android_x86 / analytics / Util.java
index e8d6f54..13d2385 100644 (file)
@@ -147,6 +147,13 @@ public class Util {
             }
             return Build.VERSION.RELEASE + '-' + Build.VERSION.INCREMENTAL;
         }
+
+        /**
+         * Gets product version.
+         */
+        public static String getProductVersion() {
+            return Build.PRODUCT + ' ' + Build.VERSION.RELEASE + ' ' + Build.ID;
+        }
     }
 
     /* --- IOUtil --- */