Below exception is getting thrown for some devices which has Android 9 (API level 28).
Fatal Exception: java.lang.AbstractMethodError: abstract method "void android.location.LocationListener.onStatusChanged(java.lang.String, int, android.os.Bundle)"
With this cause seems I am missing some fundamental concepts, as per my assumption app shouldn't throw this exception as app built with compileSdkVersion 30 meaning that we don't need to override default methods defined in LocationListener
.
Please help me to understand above issue.
If we had to override to avoid above issue then seems issues is with Android SDK.
EDIT : Here is the update from Google team
I guess the issues is on Android SDK, on Sdk Version 29 below needed to override this.