Requesting permissions on Android wear

前端 未结 2 1693
逝去的感伤
逝去的感伤 2021-01-03 13:25

I have written an application that takes advantage of system_alert_window on android wear. Since marshmallow this permission is revoked by default. I have enabled this permi

2条回答
  •  没有蜡笔的小新
    2021-01-03 13:34

    You should dynamically request the permissions from user on wearable devices just the same way you do on the phone side. Checkout the official tutorial Requesting Permissions on Android Wear

提交回复
热议问题