watch face service data layer api
问题 I got a problem with the Google android wear Data Layer Api... I already used it to call handheld activities from a wearable activity and it worked just fine. But now I want call a handheld activity from a watchface service... I created a Google API Client and added wearableApi: public void onCreate(SurfaceHolder holder) { super.onCreate(holder); setWatchFaceStyle(new WatchFaceStyle.Builder(MyWatchFace.this) .setCardPeekMode(WatchFaceStyle.PEEK_MODE_VARIABLE) .setBackgroundVisibility