for vless, the desktop version returns "flat" settings:
reality:
"settings": {
"address": "",
"port": 0,
"id": "",
"flow": "xtls-rprx-vision",
"encryption": "none",
"level": 0,
"email": "",
"reverse": null,
"vnext": null
}
adnroid implementation:
"settings": {
"vnext": [
{
"address": "",
"port": 0,
"users": [
{
"id": "",
"flow": "xtls-rprx-vision",
"encryption": "none"
}
]
}
]
}