Android跨设备服务将迎来升级 请勿打扰功能将跨设备生效

外媒AndroidAuthority在对Google Play服务26.02.31进行拆解后发现,Google正在为请勿打扰功能添加跨设备同步的代码。

<string name=“dnd_sync_feature_switch_summary”>Sync Do Not Disturb across your devices</string>
<string name=“dnd_sync_feature_switch_title”>Do not disturb</string>

这串代码指向一个新开关,位于系统设置中的跨设备服务内,启用后在一台设备上开启请勿打扰会自动在所有已登录同一Google帐号的Android设备上生效。

图片

目前Google在跨设备服务中已上线的功能包括Call Casting(通话投递)与Internet Sharing(即时热点/互联网共享),这些功能允许手机、平板等设备通过Play服务以帐号为单位在设备间桥接设置与状态,而用户可以在多设备情况下更顺畅地操作多台设备。

图片

拆解还发现与Universal Clipboard(跨设备剪贴板)和task handoff(任务接续)相关的字符串,暗示Google正在构建类似Apple Continuity的多设备协同能力,用户可以在不同设备上同步剪贴板或者将当前设备正在进行的任务投递到其他设备。

<string name=“universal_clipboard_feature_switch_summary”>Copy and paste content across your devices</string>
<string name=“universal_clipboard_feature_switch_title”>Clipboard</string>

<string name=“task_handoff_feature_switch_summary”>Continue where you left off on your devices</string>
<string name=“task_handoff_feature_switch_title”>Tasks</string>