aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2017-07-01 16:24:22 +0200
committerPacien TRAN-GIRARD2017-07-01 16:24:22 +0200
commit3e3135b0c7fba811735a30e7fd155ca1e188c787 (patch)
tree71635795e40dd95c5cf2fd99f4435d8332125a5d /app/src/main/AndroidManifest.xml
parent85a3892d4ecad4aae98f062e824f54e477bf8912 (diff)
downloadtincapp-3e3135b0c7fba811735a30e7fd155ca1e188c787.tar.gz
Use global app context
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 2822d37..8321208 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -6,6 +6,7 @@
6 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> 6 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
7 7
8 <application 8 <application
9 android:name="org.pacien.tincapp.context.App"
9 android:allowBackup="false" 10 android:allowBackup="false"
10 android:icon="@mipmap/ic_launcher" 11 android:icon="@mipmap/ic_launcher"
11 android:label="@string/app_label" 12 android:label="@string/app_label"