Bug 1021742. r=mfinkle

This commit is contained in:
Richard Newman 2014-06-12 21:24:23 -07:00
parent 909499724f
commit 1595bc3e48

View File

@ -78,8 +78,10 @@
android:name="org.mozilla.gecko.GeckoApplication"
android:hardwareAccelerated="true"
#if !defined(MOZILLA_OFFICIAL) || defined(NIGHTLY_BUILD) && defined(MOZ_DEBUG)
android:allowBackup="true"
android:debuggable="true">
#else
android:allowBackup="false"
android:debuggable="false">
#endif