| Index: mobile/android/branding/adblockbrowser/configure.sh |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/mobile/android/branding/adblockbrowser/configure.sh |
| @@ -0,0 +1,8 @@ |
| +# This Source Code Form is subject to the terms of the Mozilla Public |
| +# License, v. 2.0. If a copy of the MPL was not distributed with this |
| +# 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= |
| +MOZ_ANDROID_ANR_REPORTER= |
|
Felix Dahlke
2014/11/19 13:55:06
This disables the updater and ANR reporter (report
|