Skip to content Skip to sidebar Skip to footer

Insistent Notification On Android Wear

Notification.FLAG_INSISTENT works on my Android device. Notification vibrates and sounds repeatedly. However it only vibrates once on my Android Wear. I have followed the Android D

Solution 1:

You need to add an Android Wear app to your existing project. Vibrate the watch with the Vibrator class there. Note: The package names of both the handheld device app and Wear app must be the same.

Reference: http://dejan.djurovski.net/2014/10/02/adding-an-android-wear-component-to-an-existing-android-studio-project/

Post a Comment for "Insistent Notification On Android Wear"