Android Wear: Listen to incoming notifications

后端 未结 2 1138
粉色の甜心
粉色の甜心 2021-01-22 21:42

Is it possible to listen for incoming notifications in an Wearable Android App? I have tried to implement a NotificationListenerService, but the service\'s onNotifi

2条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-22 21:45

    Try this:

    adb shell settings put secure enabled_notification_listeners com.google.android.wearable.app/com.google.android.clockwork.stream.NotificationCollectorService:$YOUR_PACKAGE/$YOUR_PACKAGE.$YOUR_NOTIFICATION_LISTENER

提交回复
热议问题