Skip to content

Commit

Permalink
Disable any Firebase analytics
Browse files Browse the repository at this point in the history
Signed-off-by: Daniele Ricci <daniele@casaricci.it>
  • Loading branch information
daniele-athome committed Aug 7, 2018
1 parent eda9116 commit 1c9912d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion app/src/googleplay/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,14 @@

<meta-data
android:name="com.google.android.geo.API_KEY"
android:value="AIzaSyDwaCo60RpTZGSItEJznAwXd5tolLZijc4"/>
android:value="AIzaSyDwaCo60RpTZGSItEJznAwXd5tolLZijc4" />

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

</application>
</manifest>

0 comments on commit 1c9912d

Please sign in to comment.