author | Sebastian Kaspari <s.kaspari@gmail.com> |
Fri, 24 Jul 2015 16:09:19 +0200 (2015-07-24) | |
changeset 304908 | d5e6dc2b693ced39ed021ca2c4f1c15539a32547 |
parent 304907 | 4437a28d2e47ff262870b81382f038288fabb910 |
child 304909 | 60acc8a9cfb5800dc60ae8238e5997c1bde45abb |
push id | 1001 |
push user | raliiev@mozilla.com |
push date | Mon, 18 Jan 2016 19:06:03 +0000 (2016-01-18) |
treeherder | mozilla-release@8b89261f3ac4 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | mfinkle |
bugs | 1190375 |
milestone | 44.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/mobile/android/base/AndroidManifest.xml.in +++ b/mobile/android/base/AndroidManifest.xml.in @@ -86,16 +86,17 @@ <!-- App requires OpenGL ES 2.0 --> <uses-feature android:glEsVersion="0x00020000" android:required="true" /> <application android:label="@string/moz_app_displayname" android:icon="@drawable/icon" android:logo="@drawable/logo" android:name="@MOZ_ANDROID_APPLICATION_CLASS@" android:hardwareAccelerated="true" + android:allowBackup="false" # The preprocessor does not yet support arbitrary parentheses, so this cannot # be parenthesized thus to clarify that the logical AND operator has precedence: # !defined(MOZILLA_OFFICIAL) || (defined(NIGHTLY_BUILD) && defined(MOZ_DEBUG)) #if !defined(MOZILLA_OFFICIAL) || defined(NIGHTLY_BUILD) && defined(MOZ_DEBUG) android:debuggable="true"> #else android:debuggable="false"> #endif