Update status bar time.
Copy the value from the demo mode (commit 33b60bb45f)
Change-Id: I4c215676e7ae26a68aa370e99db005226d8a05d9
This commit is contained in:
@@ -74,8 +74,8 @@ public class Config {
|
||||
}
|
||||
|
||||
public static String getTime(int platformVersion) {
|
||||
if (isGreaterOrEqual(platformVersion, LOLLIPOP_MR1)) {
|
||||
return "5:10";
|
||||
if (isGreaterOrEqual(platformVersion, MNC)) {
|
||||
return "6:00";
|
||||
}
|
||||
if (platformVersion < GINGERBREAD) {
|
||||
return "2:20";
|
||||
@@ -95,6 +95,9 @@ public class Config {
|
||||
if (platformVersion < LOLLIPOP_MR1) {
|
||||
return "5:00";
|
||||
}
|
||||
if (platformVersion < MNC) {
|
||||
return "5:10";
|
||||
}
|
||||
// Should never happen.
|
||||
return "4:04";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user