diff options
Diffstat (limited to 'app/src/main/java/org/pacien/tincapp/intent/Actions.kt')
-rw-r--r-- | app/src/main/java/org/pacien/tincapp/intent/Actions.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/java/org/pacien/tincapp/intent/Actions.kt b/app/src/main/java/org/pacien/tincapp/intent/Actions.kt index 48afa79..a222281 100644 --- a/app/src/main/java/org/pacien/tincapp/intent/Actions.kt +++ b/app/src/main/java/org/pacien/tincapp/intent/Actions.kt | |||
@@ -25,7 +25,7 @@ import org.pacien.tincapp.BuildConfig | |||
25 | * @author euxane | 25 | * @author euxane |
26 | */ | 26 | */ |
27 | object Actions { | 27 | object Actions { |
28 | const val PREFIX = "${BuildConfig.APPLICATION_ID}.intent.action" | 28 | private const val PREFIX = "${BuildConfig.APPLICATION_ID}.intent.action" |
29 | const val ACTION_CONNECT = "$PREFIX.CONNECT" | 29 | const val ACTION_CONNECT = "$PREFIX.CONNECT" |
30 | const val ACTION_DISCONNECT = "$PREFIX.DISCONNECT" | 30 | const val ACTION_DISCONNECT = "$PREFIX.DISCONNECT" |
31 | const val ACTION_SYSTEM_CONNECT = "android.net.VpnService" | 31 | const val ACTION_SYSTEM_CONNECT = "android.net.VpnService" |