CompositeAndroid icon indicating copy to clipboard operation
CompositeAndroid copied to clipboard

Add Lint warning for later API methods

Open passsy opened this issue 8 years ago • 0 comments

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 avatar Nov 02 '16 10:11 passsy