android
2 TopicsQuestion about "Open" button on the "About" of Teams Android mobile
Dear Sir Unlike iOS mobile, I found "About" tab on Teams Android mobile. I works well. However, there is an "Open" button at the bottom side. I'm still developing my Teams app. So I'm testing the app by locally upload. The "Open" button of My app is not activated. Other app installed from Teams Store has the button activated below. Do I have to set/configure to activate this "Open" button on the About? Otherwise, is it related to Teams Store production. Many thanks BH30Views0likes1CommentWrong notification subtitle in 1-to-1 chats on Android
Summary Activity notification subtitles are incorrect in one-on-one chats on Android. Actual result This is an activity notification on Android. The subtitle shows "Chat with Worldr", Worldr is the application name. Expected result This is the same activity notification, but in Web. It shows the name of the one-on-one chat, as expected API Request The following Graph API request was used to create the examples, {chat_id} and {user_id} are replaced. The request used an application token. POST https://graph.microsoft.com/v1.0/chats/{chat_id}/sendActivityNotification { "topic": { "source": "entityUrl", "value": "https://graph.microsoft.com/v1.0/chats/{chat_id}" }, "activityType": "message", "previewText": { "content": "Hello, World" }, "recipient": { "@odata.type": "microsoft.graph.aadUserNotificationRecipient", "userId": "{user_id}" }, "templateParameters": [ { "name": "tabName", "value": "Example" } ] }961Views0likes6Comments