Actions.kt 92 B

12345
  1. package com.flashlink.vpn
  2. const val START_ACTION = "start"
  3. const val STOP_ACTION = "stop"