Index: mobile/android/branding/adblockbrowser/configure.sh |
=================================================================== |
--- a/mobile/android/branding/adblockbrowser/configure.sh |
+++ b/mobile/android/branding/adblockbrowser/configure.sh |
@@ -3,8 +3,9 @@ |
# file, You can obtain one at http://mozilla.org/MPL/2.0/. |
MOZ_APP_DISPLAYNAME="Adblock Browser" |
ANDROID_PACKAGE_NAME=org.adblockplus.browser |
MOZ_UPDATER=1 |
MOZ_ANDROID_ANR_REPORTER= |
MOZ_SERVICES_HEALTHREPORT= |
MOZ_DATA_REPORTING= |
+MOZ_ANDROID_GCM_SENDERID=0 |
diegocarloslima
2017/07/13 15:54:08
I could also have fixed this by removing the `pref
|