Passing different Extras to different setDisplayIntent, but same is received
问题 I am in a case where my Watch application has updated data and will display these data in multiple pages. According to this answer: https://stackoverflow.com/a/30133449/327402 , I created a displayIntent for each one of my page. List extras = new ArrayList(); //This is a loop to create every individual Notification for (Route aRoute : myRoutes) { Intent viewIntent = new Intent(getApplicationContext(), MainActivity.class); String toSend = aRoute.detail; Log.d("CVE",toSend); viewIntent.putExtra