diff options
author | pacien | 2017-09-07 14:27:37 +0200 |
---|---|---|
committer | pacien | 2017-09-07 14:27:37 +0200 |
commit | 4989dad67b68b38e75416916df406dcec908b399 (patch) | |
tree | 1857d313393788234ffa75b9203122d3ae822d3f /app/src/main/AndroidManifest.xml | |
parent | 9e5aa1a9f95a3b5541aba7e511e13ae51b614416 (diff) | |
download | tincapp-4989dad67b68b38e75416916df406dcec908b399.tar.gz |
Implement encrypted private keys support
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 489245d..3ccc9e6 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml | |||
@@ -41,7 +41,7 @@ | |||
41 | 41 | ||
42 | <activity | 42 | <activity |
43 | android:name=".activities.LaunchActivity" | 43 | android:name=".activities.LaunchActivity" |
44 | android:theme="@android:style/Theme.Translucent.NoTitleBar"> | 44 | android:theme="@style/AppTheme.NoActionBar"> |
45 | <intent-filter> | 45 | <intent-filter> |
46 | <action android:name="org.pacien.tincapp.intent.action.CONNECT"/> | 46 | <action android:name="org.pacien.tincapp.intent.action.CONNECT"/> |
47 | <data android:scheme="tinc"/> | 47 | <data android:scheme="tinc"/> |