assets: remove unused fields

This commit is contained in:
weishu
2023-10-21 22:07:26 +08:00
parent 4ff9dcaa17
commit 84f16e4c82
3 changed files with 4 additions and 13 deletions

View File

@@ -2,19 +2,16 @@
"id":"system",
"author":"kernelsu.org",
"name":"system ",
"description":"The permission level at which the Android system runs without capabilities",
"description":"The permission level at which the Android system runs without any capability",
"uid":1000,
"gid":1000,
"groups":[
"SYSTEM"
],
"capabilities":[],
"context":"u:r:su:s0",
"namespace":"INHERITED",
"locales": {
"zh_CN": {
"name": "Android 系统",
"description": "Android 系统运行的权限级别,但没有多数权能"
"description": "Android 系统运行的权限级别,但没有任何权能"
}
}
}