Cleanup calls to Build.VERSION.SDK_INT / Build.VERSION_CODES
There are still old API version calls (like HONEYCOMB) that should be removed.
Some comparisons are also done with hardcoded versions (ie if (Build.VERSION.SDK_INT < 19)
).
There are still old API version calls (like HONEYCOMB) that should be removed.
Some comparisons are also done with hardcoded versions (ie if (Build.VERSION.SDK_INT < 19)
).
VideoLAN code repository instance