The current targetSdkVersion is 21, but I want to update it to 23. So I need to know all the API which need dangerous permissions. The amount of source code is huge. I cannot check code line by line.
eg: The permission of CAMERA; I need to take a pic in the app.
Is there a good idea could search the API in the source code?