commit | 9c610f7567bc713e802842bd6c541d22941d8cea | [log] [tgz] |
---|---|---|
author | Neil Fuller <nfuller@google.com> | Wed Jul 04 16:41:14 2018 +0100 |
committer | Neil Fuller <nfuller@google.com> | Thu Jul 05 10:23:53 2018 +0100 |
tree | 3309241676e7964c745d8f7c4403197c5e1e6f7a | |
parent | 9916d4b3e89b1faf8b658cc3924e0b30cc46958a [diff] |
Remove unusual static method call The code is using static method Calendar.getInstance() but via a subclass of Calendar. It works, and getInstance() returns a GregorianCalendar on Android, but it's odd and was probably unintended. Noticed during static analysis of SystemUI bytecode. Bug: 111055375 Test: build / boot Change-Id: I1762cbeb2cc7882868f84ec11100815671cd29ec