04-26-2024, 11:00 AM
This has been discussed in the past:
https://www.zubersoft.com/mobilesheets/f...-8861.html
https://www.zubersoft.com/mobilesheets/f...l#pid40997
https://www.zubersoft.com/mobilesheets/f...-7113.html
Onyx removed the ability for applications to keep the screen on indefinitely. There is nothing I can do about this as far as I can tell. I contacted their developers about it and they don't seem inclined to change this. I'm surprised the third party application was able to get past this, because it's something in the OS itself. To be clear, I call this code:
getWindow().addFlags(LayoutParams.FLAG_KEEP_SCREEN_ON);
Which should keep the screen on indefinitely according to Google's documentation.
Mike
DeepL:
Cette question a déjà été débattue par le passé :
https://www.zubersoft.com/mobilesheets/f...-8861.html
https://www.zubersoft.com/mobilesheets/f...l#pid40997
https://www.zubersoft.com/mobilesheets/f...-7113.html
Onyx a supprimé la possibilité pour les applications de garder l'écran allumé indéfiniment. Il n'y a rien que je puisse faire à ce sujet pour autant que je sache. J'ai contacté leurs développeurs à ce sujet et ils ne semblent pas enclins à changer cela. Je suis surpris que l'application tierce ait pu passer outre, car il s'agit de quelque chose dans le système d'exploitation lui-même.
Pour être clair, j'appelle ce code :
getWindow().addFlags(LayoutParams.FLAG_KEEP_SCREEN_ON) ;
Ce qui devrait permettre de garder l'écran allumé indéfiniment d'après la documentation de Google.
Mike
https://www.zubersoft.com/mobilesheets/f...-8861.html
https://www.zubersoft.com/mobilesheets/f...l#pid40997
https://www.zubersoft.com/mobilesheets/f...-7113.html
Onyx removed the ability for applications to keep the screen on indefinitely. There is nothing I can do about this as far as I can tell. I contacted their developers about it and they don't seem inclined to change this. I'm surprised the third party application was able to get past this, because it's something in the OS itself. To be clear, I call this code:
getWindow().addFlags(LayoutParams.FLAG_KEEP_SCREEN_ON);
Which should keep the screen on indefinitely according to Google's documentation.
Mike
DeepL:
Cette question a déjà été débattue par le passé :
https://www.zubersoft.com/mobilesheets/f...-8861.html
https://www.zubersoft.com/mobilesheets/f...l#pid40997
https://www.zubersoft.com/mobilesheets/f...-7113.html
Onyx a supprimé la possibilité pour les applications de garder l'écran allumé indéfiniment. Il n'y a rien que je puisse faire à ce sujet pour autant que je sache. J'ai contacté leurs développeurs à ce sujet et ils ne semblent pas enclins à changer cela. Je suis surpris que l'application tierce ait pu passer outre, car il s'agit de quelque chose dans le système d'exploitation lui-même.
Pour être clair, j'appelle ce code :
getWindow().addFlags(LayoutParams.FLAG_KEEP_SCREEN_ON) ;
Ce qui devrait permettre de garder l'écran allumé indéfiniment d'après la documentation de Google.
Mike