Android M request permission non activity

前端 未结 6 1901
渐次进展
渐次进展 2020-12-11 14:38

My widget makes calls to secure permissions outside of an Activity scope. Is it possible to request permissions for Android M outside of an

6条回答
  •  有刺的猬
    2020-12-11 14:55

    No, it's not possible. What you can do is to send a notification where the user can tap and then use an activity to request/manage the permission (maybe with dialog theme).

提交回复
热议问题