DefaultAndroidBuildSdkProvider
Default implementation of AndroidBuildSdkProvider that returns the actual device SDK version.
This implementation provides access to the real Android SDK version of the current device by returning Build.VERSION.SDK_INT. This is the standard implementation used in production code.