skip to Main Content

Android Studio – Behavior in Android when library and app are built with different targetSdkVersion

I am the author of a library for use in Android applications. Currently checking how my library behaves with Android 14 (API 34). Now, API 34 removes several existing methods. For example, the method android.webkit.WebSettings#setAppCacheEnabled has been removed. https://developer.android.com/about/versions/14/behavior-changes-14#non-sdk-restrictions It…

VIEW QUESTION
Back To Top
Search