Fix SettingsProviderTest
ag/33400265 had added the explicit passing of UserHandle.SYSTEM as the default userId during "put" calls via shell, but not during "reset" calls. When userId is not present in shell command, settings service falls back to the current user. As a result, tests which call "put" and "reset" end up affecting different userIds in HSUM devices. This change fixes that by not passing any default userId during "put" calls via shell. Flag: EXEMPT test fix Fixes: 415912406 Test: atest SettingsProviderTest Change-Id: I5a01daa8defa3fcbc99c4471804f959dbd8a76f4
Loading
Please register or sign in to comment