Using a method deprecated in earlier SDK
Using a method deprecated in earlier SDK
Some backport methods are only necessary until a specific version of Android. These have been annotated with @DeprecatedSinceApi
, specifying the relevant API level and replacement suggestions. Calling these methods when the minSdkVersion
is already at the deprecated API level or above is unnecessary.
Issue id: DeprecatedSinceApi
Inspection Details | |
---|---|
Available in: | IntelliJ IDEA 2023.3, Qodana for Android 2023.3, Qodana for JVM 2023.3 |
Plugin: | Android, 2022.3.1 Beta 2 |
Last modified: 13 July 2023