Skip to content
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.

Add Lint warning for later API methods #33

Open
passsy opened this issue Nov 2, 2016 · 0 comments
Open

Add Lint warning for later API methods #33

passsy opened this issue Nov 2, 2016 · 0 comments

Comments

@passsy
Copy link
Owner

passsy commented Nov 2, 2016

Some methods have been introduced later. Right now lint doesn't warn for such calls. It warns for AppCompatActivity but not for CompositeActivity. I.e. Activity#isDestroyedI()

The @RequiresApi annotation could be added for such methods. It could be generated by the platform-tools/api/api-versions.xml which is used for lint warnings.

@passsy passsy changed the title Add Lint warning for API methods Add Lint warning for later API methods Nov 2, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant