mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-01-26 00:54:27 +01:00
Remove USER_ID from ServiceManager, and replace it by a constant in FakeContext. This is the same as android.os.Process.ROOT_UID, but this constant has been introduced in API 29. PR #3757 <https://github.com/Genymobile/scrcpy/pull/3757>