Search results


  1. Toni Corcanoe

    Invalid SCREEN_BRIGHTNESS range

    Oh ok, I thought this was a bug report for Xiaomi like other companies have. So, if anyone could tell me where to post a bug please let me know. Thank you all.
  2. Toni Corcanoe

    Invalid SCREEN_BRIGHTNESS range

    Thanks for answering. I don't have a xiaomi device with me. That problem is reported to me by Xiaomi users, using my app, so I am afraid it is not easy for me to investigate deeper. I am also new to this site so I don't know exactly where to go. Could you tell me the exact forum please?
  3. Toni Corcanoe

    Invalid SCREEN_BRIGHTNESS range

    I am a developer and I am trying to set the screen brightness of the device using this code: android.provider.Settings.System.putInt(MyContext.getContentResolver(), android.provider.Settings.System.SCREEN_BRIGHTNESS_MODE, Settings.System.SCREEN_BRIGHTNESS_MODE_MANUAL)...