Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a869a20b authored by Song Chun Fan's avatar Song Chun Fan
Browse files

[SettingsProvider] user correct user id for system settings reset

BUG: 373455030
Test: presubmit
FLAG: EXEMPT bug fix
Change-Id: I5104a173c9bca84b673f931b7d4bbdd471b2cca7
parent 1a0cdd49
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2130,7 +2130,7 @@ public class SettingsProvider extends ContentProvider {
                }
                case MUTATION_OPERATION_RESET -> {
                    success = mSettingsRegistry.resetSettingsLocked(SETTINGS_TYPE_SYSTEM,
                            runAsUserId, callingDeviceId, callingPackage, mode, tag);
                            owningUserId, callingDeviceId, callingPackage, mode, tag);
                }
                default -> {
                    success = false;