diff options
author | Christian Schneppe <christian@pix-art.de> | 2018-11-15 20:44:00 +0100 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2018-11-15 20:50:54 +0100 |
commit | ba3e6ffba2d27470c448be3c3e28c06b8932b8ee (patch) | |
tree | 623156f1dffea277483362499ec6cf3509445a39 /src/main/AndroidManifest.xml | |
parent | b81313d1db8261ba76ecbe0c2bc16ac26edac311 (diff) |
refactored some ManageAccount, WelcomeActivity and a few other things
Diffstat (limited to 'src/main/AndroidManifest.xml')
-rw-r--r-- | src/main/AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml index ce3bfc406..f44c1c889 100644 --- a/src/main/AndroidManifest.xml +++ b/src/main/AndroidManifest.xml @@ -56,6 +56,7 @@ android:largeHeap="true" android:networkSecurityConfig="@xml/network_security_configuration" android:theme="@style/ConversationsTheme" + tools:ignore="GoogleAppIndexingWarning" tools:replace="android:label, android:allowBackup" tools:targetApi="o"> |