diff options
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index d96fba6..517097e 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml | |||
@@ -1,7 +1,7 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | ||
3 | <!-- | 3 | <!-- |
4 | * tinc app, an Android binding and user interface for the tinc mesh VPN daemon | 4 | * Tinc App, an Android binding and user interface for the tinc mesh VPN daemon |
5 | * Copyright (C) 2017-2018 Pacien TRAN-GIRARD | 5 | * Copyright (C) 2017-2018 Pacien TRAN-GIRARD |
6 | * | 6 | * |
7 | * This program is free software: you can redistribute it and/or modify | 7 | * This program is free software: you can redistribute it and/or modify |
@@ -28,7 +28,7 @@ | |||
28 | android:name="org.pacien.tincapp.context.App" | 28 | android:name="org.pacien.tincapp.context.App" |
29 | android:allowBackup="false" | 29 | android:allowBackup="false" |
30 | android:icon="@mipmap/ic_launcher" | 30 | android:icon="@mipmap/ic_launcher" |
31 | android:label="@string/app_label" | 31 | android:label="@string/app_name" |
32 | android:supportsRtl="true" | 32 | android:supportsRtl="true" |
33 | android:theme="@style/AppTheme" | 33 | android:theme="@style/AppTheme" |
34 | tools:ignore="GoogleAppIndexingWarning"> | 34 | tools:ignore="GoogleAppIndexingWarning"> |
@@ -36,7 +36,7 @@ | |||
36 | <activity | 36 | <activity |
37 | android:name=".activities.StartActivity" | 37 | android:name=".activities.StartActivity" |
38 | android:configChanges="orientation|screenSize" | 38 | android:configChanges="orientation|screenSize" |
39 | android:label="@string/app_label"> | 39 | android:label="@string/app_name"> |
40 | <intent-filter> | 40 | <intent-filter> |
41 | <action android:name="android.intent.action.MAIN"/> | 41 | <action android:name="android.intent.action.MAIN"/> |
42 | <category android:name="android.intent.category.LAUNCHER"/> | 42 | <category android:name="android.intent.category.LAUNCHER"/> |