I am not really an expert in android development so please bear with me.
I am to change an app from Android 19 to 23. Android API 23 changed the way the permissions work. So what happens in API 23 is that instead of asking the permissions in the App installation, it asks for permission on run time.
My question is will I need to change anything to the way my permission is set in the Andoid manifest? because I tried to change the API to 23 in the build.gradle and everything seems to still work with no differences.