I'm currently developing a watch face. This should show
- a notification counter
- the steps / goal
- the last heart rate
- the battery level
How I see this, it is possible. But which permissions are needed in my manifest file? I don't want to request unrelated permissions.
Is it possbile to use vibrate() or this a watch app only functionality?
Cheers