Steps to reproduce
Change brightness in the player.
Expected behavior
It should modify system settings.
Actual behavior
It ony modifies the local settings due to a fallback behavior due to lacking perms.
Cloudstream version and commit hash
N/A
Android version
N/A
Logcat
Other details
The problem is that cs3 does not have a system settings perm "android.permission.WRITE_SETTINGS" in https://github.com/recloudstream/cloudstream/blob/master/app/src/main/AndroidManifest.xml, I think this was removed at some point, but I am unsure when and why.
Acknowledgements
Steps to reproduce
Change brightness in the player.
Expected behavior
It should modify system settings.
Actual behavior
It ony modifies the local settings due to a fallback behavior due to lacking perms.
Cloudstream version and commit hash
N/A
Android version
N/A
Logcat
Other details
The problem is that cs3 does not have a system settings perm "android.permission.WRITE_SETTINGS" in https://github.com/recloudstream/cloudstream/blob/master/app/src/main/AndroidManifest.xml, I think this was removed at some point, but I am unsure when and why.
Acknowledgements