You've already forked Tricky-Addon-Update-Target-List
mirror of
https://github.com/KOWX712/Tricky-Addon-Update-Target-List.git
synced 2025-09-06 06:37:09 +00:00
better logic
now can show app that excluded by keyword as deselected.
This commit is contained in:
@@ -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": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user