You've already forked KernelSU
mirror of
https://github.com/tiann/KernelSU.git
synced 2025-08-27 23:46:34 +00:00
81f15ef120
Co-authored-by: weishu <twsxtd@gmail.com>
26 lines
766 B
Plaintext
26 lines
766 B
Plaintext
{
|
|
"id":"system",
|
|
"author":"kernelsu.org",
|
|
"name":"System",
|
|
"description":"The permission level at which the Android system runs without any capability.",
|
|
"uid":1000,
|
|
"gid":1000,
|
|
"groups":[
|
|
"SYSTEM"
|
|
],
|
|
"locales": {
|
|
"zh_CN": {
|
|
"name": "Android 系统",
|
|
"description": "Android 系统运行的权限级别,但没有任何权能。"
|
|
},
|
|
"tr": {
|
|
"name": "Sistem",
|
|
"description": "Android sisteminin herhangi bir yetenek olmadan çalıştığı izin düzeyi."
|
|
},
|
|
"pt_BR": {
|
|
"name": "Sistema",
|
|
"description": "O nível de permissão no qual o sistema Android é executado sem qualquer capacidade."
|
|
}
|
|
}
|
|
}
|