File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/src/main/kotlin/com/neko/v2ray/util Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import android.os.SystemClock
5
5
import android.util.Log
6
6
import com.google.gson.Gson
7
7
import com.neko.v2ray.AppConfig
8
+ import com.neko.v2ray.AppConfig.ANG_PACKAGE
8
9
import com.neko.v2ray.dto.EConfigType
9
10
import com.neko.v2ray.dto.ServerConfig
10
11
import com.neko.v2ray.util.MmkvManager.settingsStorage
@@ -17,7 +18,7 @@ import java.io.File
17
18
object PluginUtil {
18
19
// private const val HYSTERIA2 = "hysteria2-plugin"
19
20
private const val HYSTERIA2 = " libhysteria2.so"
20
- private const val packageName = " PluginUtil "
21
+ private const val packageName = ANG_PACKAGE
21
22
private lateinit var process: Process
22
23
23
24
// fun initPlugin(name: String): PluginManager.InitResult {
You can’t perform that action at this time.
0 commit comments