[nullsafe] Add missing `android.os.Build` string constants (#1402)
Summary:
All of those constants are backed by `android.os.Build.getString()` method, and always use the static string constant `android.os.Build.UNKNOWN` as fallback.
Here is the code in latest master:
https://android.googlesource.com/platform/frameworks/base/+/refs/heads/master/core/java/android/os/Build.java#1342
Introduced and unchanged since 2009
9066cfe988/core/java/android/os/Build.java (82)
I think it's safe to say that all of those constants are null safe.
Please see [CONTRIBUTING.md](./CONTRIBUTING.md) for how to set up your development environment and run tests.
Pull Request resolved: https://github.com/facebook/infer/pull/1402
Reviewed By: jvillard
Differential Revision: D26750342
Pulled By: mityal
fbshipit-source-id: d7a9c94b7
master
parent
9fe159e71a
commit
92e127759e
Loading…
Reference in new issue