diff options
Diffstat (limited to 'app/src/main')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index a3f5569..6558873 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml | |||
@@ -1,5 +1,6 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" | 2 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
3 | xmlns:tools="http://schemas.android.com/tools" | ||
3 | package="org.pacien.tincapp"> | 4 | package="org.pacien.tincapp"> |
4 | 5 | ||
5 | <uses-permission android:name="android.permission.INTERNET"/> | 6 | <uses-permission android:name="android.permission.INTERNET"/> |
@@ -11,7 +12,8 @@ | |||
11 | android:icon="@mipmap/ic_launcher" | 12 | android:icon="@mipmap/ic_launcher" |
12 | android:label="@string/app_label" | 13 | android:label="@string/app_label" |
13 | android:supportsRtl="true" | 14 | android:supportsRtl="true" |
14 | android:theme="@style/AppTheme"> | 15 | android:theme="@style/AppTheme" |
16 | tools:ignore="GoogleAppIndexingWarning"> | ||
15 | 17 | ||
16 | <activity | 18 | <activity |
17 | android:name=".activities.StartActivity" | 19 | android:name=".activities.StartActivity" |