in core/src/main/java/com/github/shadowsocks/preference/DataStore.kt [82:87]
fun initGlobal() {
persistAcrossReboot
if (publicStore.getString(Key.portProxy) == null) portProxy = portProxy
if (publicStore.getString(Key.portLocalDns) == null) portLocalDns = portLocalDns
if (publicStore.getString(Key.portTransproxy) == null) portTransproxy = portTransproxy
}