Loading
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