gecko-dev/mobile/android/app
Nevin Chen 32c2be0d45 Bug 1420886 - Replace -ads with -analytics. r=maliu
Looking at latest Adjust SDK [1]
compile 'com.google.android.gms:play-services-analytics:10.2.1'
should be enough. And it doesn't have DoubleClick in it (testing with dexdump)	.
Even Adjust has change from -ads to -analytics [2]

I just build/test with below options.

export MOZ_INSTALL_TRACKING=1
ac_add_options --with-adjust-sdk-keyfile=.....

export MOZILLA_OFFICIAL=1
export MOZ_TELEMETRY_REPORTING=1

export MOZ_ANDROID_MMA=1
ac_add_options --with-leanplum-sdk-keyfile=.....

and it works for below places where we have have com.google.android.gms.ads.identifier.AdvertisingIdClient  : Leanplum[3] and Adjust[4]

[1] https://github.com/adjust/android_sdk

[2] https://github.com/adjust/android_sdk/issues/143

[3] https://searchfox.org/mozilla-central/rev/9f3bd430c2b132c86c46126a0548661de876799a/mobile/android/thirdparty/com/leanplum/internal/Util.java#204

[4] https://searchfox.org/mozilla-central/rev/9f3bd430c2b132c86c46126a0548661de876799a/mobile/android/thirdparty/com/adjust/sdk/Reflection.java#97

MozReview-Commit-ID: 6YdQ6NJm4hM

--HG--
extra : rebase_source : 6a26cfd135c72738f086f305c60905a920abace8
2017-11-29 15:53:01 +08:00
..
omnijar
src Bug 1421149 - [PWA] Icons in the "Add to Home screen" overlay should not have outline & dropshadow. r=maliu 2017-11-28 16:53:23 +08:00
build.gradle Bug 1420886 - Replace -ads with -analytics. r=maliu 2017-11-29 15:53:01 +08:00
checkstyle.xml Bug 1258789 - Remove allowEmptyLoops I added previously to simplify things. r=grisha 2016-04-13 11:22:41 -07:00
findbugs-exclude.xml Bug 1358338 - findbugs: Ignore generated R.*/Manifest* r=sebastian 2017-04-20 19:46:15 -07:00
lint.xml Bug 1221344 - Remove Fennec Search Activity. r=gueroJeff,sebastian,snorp 2017-10-19 14:14:36 -07:00
mobile.ico
mobile.js Bug 1365505 - [P1][Fennec] Enable HLS support by default for all brandings. r=jolin 2017-11-30 17:46:06 +08:00
moz.build Bug 1415298 - Pre: Move assets/ into standard Gradle location. r=maliu 2017-11-07 12:41:21 -08:00
ua-update.json.in Bug 1385206 - Documents the syntax for this file; r=miketaylr 2017-07-31 06:53:39 +09:00