I need to provide the permission for android M.what are the needs need to be used to provide the permission in service .
Asked
Active
Viewed 35 times
1 Answers
0
Basic location permissions:
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>

giannisf
- 2,479
- 1
- 17
- 29
-
The following permission are working below Api22 .The app gets crashed for Api 23.I need to know the structure and the method to provide permission for Api 23.Thanks ... – pradeep Feb 29 '16 at 10:33