diff options
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 1 |
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" |