1. Maybe there are no dangerous permissions. Click on Logs - List Permissions and look for the starred permissions.
2. When you reinstall an existing app it keeps the previous implicitly granted permissions. This means that if you changed the targetSdkVersion to 26 and ran your program without uninstalling it then you will not need to deal with runtime permissions. Uninstall your app and try again.