Bug 1690340 - Part 4: Insert the "Page Source" before the "Extensions for Developers...
[gecko.git] / mobile / android / confvars.sh
blob70e13c85b258198e60f8eed04ac29a06d60b65fb
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 MOZ_APP_VENDOR=Mozilla
7 MOZ_APP_UA_NAME=Firefox
9 BROWSER_CHROME_URL=chrome://browser/content/browser.xul
11 MOZ_BRANDING_DIRECTORY=mobile/android/branding/unofficial
12 MOZ_OFFICIAL_BRANDING_DIRECTORY=mobile/android/branding/official
13 # MOZ_APP_DISPLAYNAME is set by branding/configure.sh
15 # We support Android SDK version 16 and up by default.
16 # See the --enable-android-min-sdk and --enable-android-max-sdk arguments in configure.in.
18 # Warning: Before increasing the with-android-min-sdk value, please note several places in and out
19 # of tree have to be changed. Otherwise, places like Treeherder or archive.mozilla.org will
20 # advertise a bad API level. This may confuse people. As an example, please look at bug 1384482.
21 # If you think you can't handle the whole set of changes, please reach out to the Release
22 # Engineering team.
23 MOZ_ANDROID_MIN_SDK_VERSION=16
25 # There are several entry points into the Firefox application. These are the names of some of the classes that are
26 # listed in the Android manifest. They are specified in here to avoid hard-coding them in source code files.
27 MOZ_ANDROID_APPLICATION_CLASS=org.mozilla.gecko.GeckoApplication
28 MOZ_ANDROID_BROWSER_INTENT_CLASS=org.mozilla.gecko.BrowserApp
30 MOZ_NO_SMART_CARDS=1
32 MOZ_RAW=1
34 MOZ_APP_ID={aa3c5121-dab2-40e2-81ca-7ea25febc110}