As we know in Marshmallow we need to ask permission from users. Recently I have installed BookMyShow and found there is no dialog pop up for permission. When I checked from setting->app, All required permissions were there. how do they do it? ..
Asked
Active
Viewed 78 times
0
-
Try this it may be work http://stackoverflow.com/a/41221852/5488468 – Bipin Bharti Jan 03 '17 at 10:49
1 Answers
1
Their targetSdkVersion
is lower than 23, presumably.

CommonsWare
- 986,068
- 189
- 2,389
- 2,491
-
This is correct. Developers are not required to mode to the new method until their app's `targetSdkVersion` is 23 or greater. – privatestaticint Sep 20 '16 at 16:03