aboutsummaryrefslogtreecommitdiff
path: root/app/src/google/AndroidManifest.xml
blob: 15bb065a2d72b2e8d2ff93f0440e77037637f4db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<manifest
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools">

    <application
        android:name="org.traccar.client.GoogleMainApplication"
        tools:replace="android:name">

        <meta-data
            android:name="google_analytics_adid_collection_enabled"
            android:value="false" />

    </application>

</manifest>