标签: android android-notifications wear-os
有没有办法创建只会出现在Android服装设备上的通知(而不是在移动设备上)?
答案 0 :(得分:1)
请在另一个问题中查看答案。 Different text for the wear device and the mobile device
基本上只需忽略在手机上发送通知的步骤(使用setLocalOnly()),您就可以获得正在寻找的结果(仅在Wear设备上发出通知)。
setLocalOnly()