diff options
author | Pacien TRAN-GIRARD | 2017-07-03 22:33:51 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2017-07-03 22:33:51 +0200 |
commit | 7dfc7b2fb2fb1006bf210ea6396c6e898e74d40e (patch) | |
tree | a0eb66ec7beb9a3c677a72eecc17ce7d9eb3c6ff /app/src/main/AndroidManifest.xml | |
parent | ab577b06a6eaa9b8dd950b79b658ed8c08eef1c9 (diff) | |
download | tincapp-7dfc7b2fb2fb1006bf210ea6396c6e898e74d40e.tar.gz |
List configured VPN on startup screen
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 4866800..a3f5569 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml | |||
@@ -29,6 +29,11 @@ | |||
29 | android:theme="@style/AppTheme.NoActionBar"> | 29 | android:theme="@style/AppTheme.NoActionBar"> |
30 | </activity> | 30 | </activity> |
31 | 31 | ||
32 | <activity | ||
33 | android:name=".activities.PromptActivity" | ||
34 | android:theme="@android:style/Theme.Translucent.NoTitleBar"> | ||
35 | </activity> | ||
36 | |||
32 | <service | 37 | <service |
33 | android:name="org.pacien.tincapp.service.TincVpnService" | 38 | android:name="org.pacien.tincapp.service.TincVpnService" |
34 | android:permission="android.permission.BIND_VPN_SERVICE"> | 39 | android:permission="android.permission.BIND_VPN_SERVICE"> |