You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
I checked the PR (#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.
The text was updated successfully, but these errors were encountered:
CillianMyles
changed the title
[feat] Update docs to mention Android permission requirment
[feat] Update docs to mention Android permission requirement
Oct 17, 2024
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 (#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.
The text was updated successfully, but these errors were encountered: