mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-02-18 04:14:41 +01:00
Until now, the code that needed to read/write the Android settings had to explicitly open and close a ContentProvider. Wrap these details into a Settings class. This paves the way to provide an alternative implementation of settings read/write for Android >= 12.