gecko-dev/mobile
Jim Chen 2cf88859ad Bug 1395170 - Fix lint warnings/errors from BasicGeckoViewPrompt; r=droeh
Fix the following lint errors/warnings,

* Using inlined constants on older versions
  Add version check for usages of Intent.EXTRA_ALLOW_MULTIPLE and
  Intent.EXTRA_MIME_TYPES.

* Calling new methods on older versions
  Change usages of AlertDialog.Builder#setOnDismissListener to
  Dialog#setOnDismissListener instead.

* Missing recycle() calls
  Add missing TypedArray#recycle call

MozReview-Commit-ID: EwZFDKqoCjL
2017-08-31 13:42:52 -04:00
..
android Bug 1395170 - Fix lint warnings/errors from BasicGeckoViewPrompt; r=droeh 2017-08-31 13:42:52 -04:00
locales Merge m-c to autoland, a=merge 2017-08-29 16:17:50 -07:00