android marshmallow - SMS_RECEIVED permission

前端 未结 5 1360
粉色の甜心
粉色の甜心 2020-12-20 01:51

i recently updated my app to support android 6 marshmallow. i followed the instruction on https://developer.android.com/training/permissions/requesting.html

and add

5条回答
  •  轮回少年
    2020-12-20 02:28

    Android 6.0 / SDK 23 introduces a new way of requesting permissions.

    You need to request the SMS permission, see the link below for how to handle permissions:

    https://developer.android.com/training/permissions/index.html

提交回复
热议问题