aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorpacien2018-08-06 03:53:30 +0200
committerpacien2018-08-06 03:53:30 +0200
commit74cf9a12d66ba660208b1832d579444f6711d37f (patch)
tree197a43c8e826dd7ea7b746287f1ab4faeabef73a /app/src/main/AndroidManifest.xml
parent01e624d61cb94c93db762751a4b124057b4f4602 (diff)
downloadtincapp-74cf9a12d66ba660208b1832d579444f6711d37f.tar.gz
Capitalise app name
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml6
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"/>