Files
DragonTCP/android/src/tech/xvanturing/freeproxy/vpn/AppResolver.kt
T
2026-08-16 13:41:43 -03:00

9 lines
253 B
Kotlin

package tech.xvanturing.freeproxy.vpn
import tech.xvanturing.freeproxy.vpn.net.SessionKey
/** App attribution is intentionally disabled in the lightweight build. */
class AppResolver {
fun resolve(protocol: Int, key: SessionKey): String? = null
}