Index: base/sys_info_android.cc |
diff --git a/base/sys_info_android.cc b/base/sys_info_android.cc |
index 0d885ee019ac516dbc8ab3deeaa9a7b93386792b..829053f608045c00254db8b507605ea1257f9d1e 100644 |
--- a/base/sys_info_android.cc |
+++ b/base/sys_info_android.cc |
@@ -59,8 +59,8 @@ namespace { |
// cannot be acquired. Use the latest Android release with a higher bug fix |
// version to avoid unnecessarily comparison errors with the latest release. |
// This should be manually kept up-to-date on each Android release. |
-const int kDefaultAndroidMajorVersion = 4; |
-const int kDefaultAndroidMinorVersion = 4; |
+const int kDefaultAndroidMajorVersion = 5; |
+const int kDefaultAndroidMinorVersion = 0; |
const int kDefaultAndroidBugfixVersion = 99; |
// Parse out the OS version numbers from the system properties. |