0
val displayManager =
       applicationContext.getSystemService(Context.DISPLAY_SERVICE) as DisplayManager
    val var1: Array<Display> = displayManager.displays
    val var2 =displayManager.getDisplays(DisplayManager.DISPLAY_CATEGORY_PRESENTATION)

    Log.i("SIze1",""+var1.size.toString())
    Log.i("SIze2",""+var2.size.toString())

This is my code for Display Screens, Its working properly for Google meet but not working for MS Teams, what i need to do?, It's happening on all android versions and teams app.

  • Maybe it's not even a problem with your code? Also, MS teams running on what OS and which version (app or browser)? – Ulrich Eckhardt Jul 27 '22 at 08:48
  • we tested on android 10,11,etc happening on all android OS, MS Teams app we are testing with, which is downloaded from playstore. – Sagar Jadhav Jul 28 '22 at 07:09

0 Answers0