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
Using @TargetApi() is just ment to tell the compiler that this method is focused on that API so Lint isn't showing errors. This doesn't magically solve compatibility issues though. You should still have another method or a check inside your method to have some fallback code for older API's.
The text was updated successfully, but these errors were encountered:
Using @TargetApi() is just ment to tell the compiler that this method is focused on that API so Lint isn't showing errors. This doesn't magically solve compatibility issues though. You should still have another method or a check inside your method to have some fallback code for older API's.
The text was updated successfully, but these errors were encountered: