better logic

now can show app that excluded by keyword as deselected.
This commit is contained in:
KOWX712
2024-11-09 03:22:48 +08:00
parent c347392792
commit fcfa723052
3 changed files with 24 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
"description": "Extra exclude option for root related apps",
"data": [
{
"info": "Root Manager",
"info": "Root manager",
"apps": [
{
"name": "Magisk",
@@ -31,7 +31,7 @@
]
},
{
"info": "Miscellaneous Root Related App",
"info": "Root related app that won't detect bootloader",
"apps": [
{
"name": "LSPosed Manager",
@@ -58,6 +58,15 @@
"package-name": "com.omarea.vtools"
}
]
},
{
"info": "General app that won't detect bootloader",
"apps": [
{
"name": "",
"package-name": ""
}
]
}
]
}