You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
For your app, we have found that this project has accessed the following APIs which are available only on an API level higher than the declared minSdkVersion and which are accessed without proper protection. In other words, if those APIs get called at runtime, it will trigger a NoSuchMethodError and thus result in a crash of the running application.
<android.content.Context: int getColor(int)>: [23,30]
You can add an if-then check like "If(Build.VERSION.SDK_INT >= 23)" when invoking this API to prevent compatibility issues.
The text was updated successfully, but these errors were encountered:
PSDroid2022
changed the title
Some Incompatible API Usages in APP
An Incompatible API Usages in APP of "<android.content.Context: int getColor(int)>"
Mar 1, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For your app, we have found that this project has accessed the following APIs which are available only on an API level higher than the declared minSdkVersion and which are accessed without proper protection. In other words, if those APIs get called at runtime, it will trigger a NoSuchMethodError and thus result in a crash of the running application.
<android.content.Context: int getColor(int)>: [23,30]
You can add an if-then check like "If(Build.VERSION.SDK_INT >= 23)" when invoking this API to prevent compatibility issues.
The text was updated successfully, but these errors were encountered: