0

I'm build app with maps and speed dial for emergency call, min android 4.0 target android 6.0. At the time of testing at jellybean, kitkat, lollipops all the functionality works well but in marshmallow, maps and speed dial function does not work, maybe someone can help me to fix this problems?

1 Answers1

1

You need to ask for Runtime permissions from Android 6.

See : 1. https://github.com/googlesamples/android-RuntimePermissions

  1. https://developer.android.com/training/permissions/requesting.html

  2. How to check Grants Permissions at Run-Time?

Community
  • 1
  • 1