Configure brightness Android
-
wrote on 10 Feb 2023, 09:47 last edited by
I need configure brightness Android tablet from Qt, is it posible?
-
wrote on 10 Feb 2023, 16:11 last edited by JoeCFD 2 Oct 2023, 16:14
@eCIM said in Configure brightness Android:
brightness Android
you can call Java code from Qt with QAndroidJniObject
https://stackoverflow.com/questions/18312609/change-the-system-brightness-programmaticallyThe link may be a bit old, but the same concept. You need to check out the interface of the Android version you use.
2/2