Android Activity refactoring

This commit is contained in:
albexk
2023-11-23 20:30:03 +03:00
parent ccdcfdce8a
commit 0ba5d754d5
6 changed files with 339 additions and 18 deletions
@@ -45,6 +45,7 @@ import java.io.IOException
import java.lang.Exception
import android.net.VpnService as BaseVpnService
const val VPN_CONFIG = "VPN_CONFIG"
class AmneziaVpnService : BaseVpnService()/* , LocalDnsService.Interface */ {