CompositeAndroid
CompositeAndroid copied to clipboard
Add Lint warning for later API methods
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.