nsSystemInfo is initialzied at first page load. Actually, content process uses sync IPC to get Android OS information. But now, we can use Java code even if on content process, so we should use JNI directly instead of sync IPC. Also, nsSystemInfo still has unused extern android_sdk_version that is for HoneyComp's DNS hack. So let's remote it. Differential Revision: https://phabricator.services.mozilla.com/D20129
6 lines
97 B
Plaintext
6 lines
97 B
Plaintext
[android.os.Build]
|
|
<field> = noLiteral:true
|
|
|
|
[android.os.Build$VERSION]
|
|
<field> = noLiteral:true
|