Files
Powei Feng aa4f1910b8 android: add static annotation for Utils.init() (#9435)
This allows for static call from java, e.g.:

```
static {
    Utils.init();
}
```
2025-11-13 22:01:49 +00:00
..
2020-01-08 17:59:49 -08:00
2025-11-05 10:33:15 -08:00