Commit 73965ce2 authored by sheteng's avatar sheteng

加速修改模式切换5

parent 05c135b7
......@@ -167,6 +167,7 @@ object AcceleratorUtils {
"com.activision.callofduty.shooter",
"com.pubg.krmobile",
)
game?.packageName?.let { proxyGames.add(it) }
game?.boosterPackageName?.split(",")?.forEach {
if (!StringUtils.isEmpty(it)) {
proxyGames.add(it)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment