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

Commit 816f9c0c authored by kholoud mohamed's avatar kholoud mohamed
Browse files

rename DAR.onUserAdded newUser param to addedUser

Bug: 111336892
Test: none

Change-Id: I042c8d162a70f83e3ca780807111b88afb0ba081
parent 55ef6317
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -920,10 +920,10 @@ public class DeviceAdminReceiver extends BroadcastReceiver {
     *
     * @param context The running context as per {@link #onReceive}.
     * @param intent The received intent as per {@link #onReceive}.
     * @param newUser The {@link UserHandle} of the user that has just been added.
     * @param addedUser The {@link UserHandle} of the user that has just been added.
     */
    public void onUserAdded(@NonNull Context context, @NonNull Intent intent,
            @NonNull UserHandle newUser) {
            @NonNull UserHandle addedUser) {
    }

    /**