Commit 01a70eea authored by Jonathan Almeida's avatar Jonathan Almeida
Browse files

Add changelog for isServiceAvailable

parent 8b09a174
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -143,8 +143,7 @@ class ShadowADM {

    @Implementation
    @Suppress("UNUSED_PARAMETER")
    fun __constructor__(context: Context) {
    }
    fun __constructor__(context: Context) {}

    fun isSupported() = true
}
+4 −2
Original line number Diff line number Diff line
@@ -25,10 +25,12 @@ permalink: /changelog/
* **service-glean**
  * ⚠️ **This is a breaking change**: `Glean.handleBackgroundEvent` is now an internal API.


* **browser-engine-gecko(-beta/nightly)**, **concept-engine**
  * Added simplified `Media.state` derived from `Media.playbackState` events.

* **lib-push-adm**, **lib-push-firebase**, **concept-push**
  * Added `isServiceAvailable` to signify if the push service is supported on the device.

# 9.0.0

* [Commits](https://github.com/mozilla-mobile/android-components/compare/v8.0.0...v9.0.0)