Closed CillianMyles closed 1 month ago
Hi @CillianMyles. Thanks for the suggestion. I will update the README file this week.
Hi @CillianMyles. Thanks for the suggestion. I will update the README file this week.
I made a stab at it https://github.com/aaassseee/screen_brightness/pull/37
Description (What is the problem)
Upgraded to
2.0.0+1
to try out the system brightness (thanks for adding that 🙏), and for Android I got an error logged when first trying to change the system brightness:And a native Android settings screen popped up:
I checked the PR (https://github.com/aaassseee/screen_brightness/pull/34) which introduced the system brightness change and saw that a permission was added to the Android part of the example app. After adding that same permission to my own app, I was able to accept the `Allow modifying system settings` and then could change the system brightness successfully. ### Solution suggestion Add a note about the permission to the README so others can skip this issue.