通知没有出现在手表上

时间:2016-12-02 23:16:06

标签: android android-notifications wear-os android-wear-notification

我在我的应用中创建了以下通知:

        int notificationId = 001;

        NotificationCompat.Builder notificationBuilder =
                new NotificationCompat.Builder(this)
                        .setSmallIcon(R.mipmap.icon)
                        .setContentTitle(StationUtils.getStationModeString("My Notification")
                        .setContentText("Good Notification");

        NotificationManager mNotifyMgr =
                (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
        mNotifyMgr.notify(notificationId, notificationBuilder.build());

        NotificationManagerCompat notificationManager =
                NotificationManagerCompat.from(MainActivity.this);

        notificationManager.notify(notificationId, notificationBuilder.build());

它出现在我的手机上,但它不会出现在连接到手机的手表上。 Android Wear所需的代码中是否缺少某些内容?它必须是发布签名版本吗?我检查了设置,手表确实可以访问通知。

由于

1 个答案:

答案 0 :(得分:0)

如果您使用的是Android 5.0,请确保插播设置未设置为"None"

Silence your device with "Do not disturb"