Android app is not able to render some of the HTML tags in activity streamDescriptionAndroid app is not able to render some HTML tags, e.g. <table> in the activity streamSteps to Reproduce 1. On an active inicident, put the following HTML in the work note field and wrapped it with a [ code ] tag:-<table border="1"><tbody><tr><th>Column 1</th><th>Column 2</th></tr><tr><td>Item 1</td><td>Item 2</td></tr></tbody></table>2. Open the record in Android Agent app3. Observe the HTML table in the work note is not rendered properly.See the screenshot for the comparison of the same in Android and iOSAndroid iOSWorkaroundWorknotes which uses a native Android Textview doesn't support all HTML tags. Please use HTML tags that are supported by Android TextViewThe list of supported HTML tags are listed below:- brpullidivspanstrongbemcitedfnibigsmallfontblockquotettaudelsstrikesupsubimgh1h2h3h4h5h6Related Problem: PRB1935635