I have an Android Studio project and I'm trying to upgrade it to Android 23. I changed the target to 23 in build.gradle and I expected Android Studio or lint to show warnings in blocks of code that need to use dangerous permissions. But neither Android Studio nor Lint shows warnings. Does anyone know what could be causing this problem? I am using Android Studio 1.4.1. Thanks in advance.
source share