Android : Show Notification in Watch When Any Call or Social Network notification of mobile?(使用蓝牙)

标签 android bluetooth android-service android-bluetooth

  • 我想这样做,但不知道如何应用/实现。

如果手机(Android 4.3/4.4)上有任何来电或未接来电、语音邮件或 GMail 或短信提醒、日历提醒、Facebook 聊天和帖子,它会在 Watch 中显示通知。

例如。如果在移动设备中获取新邮件,则该通知提醒会显示在 watch 屏幕上。(使用蓝牙)

For Better Understand See This Link or Video

指导我如何实现这一目标。如果可能,请举例说明。 谢谢

最佳答案

根据产品信息,它使用 BT LE 。 BT LE 有许多配置文件/服务正在运行(检查 link )。

关于Android : Show Notification in Watch When Any Call or Social Network notification of mobile?(使用蓝牙),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22189810/

相关文章:

android - 可抛出 : Failed to create the SD card

android - 需要在状态改变时关闭MediaRecorder播放的声音

java - ArrayList<custom-object> 的 Parcelable 实现

ios - CoreBluetooth 广告但无法从其他设备看到

java - Android 蓝牙已配对、连接但从未将数据接收到 TextView

android - 在 Android 中创建服务

android - 自定义操作栏布局中按钮的 sherlock 操作项样式

android - 使用命令行重新同步 Gradle

c++ - 无法在树莓派 : error: stray ‘\xxx’ in program on usr/include/boost/. .. hpp 文件上安装 gattlib

android - 我应该在android服务的onDestroy方法中调用onCreate方法吗?