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

Commit 21ea1530 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix typo in PermissionPolicyService exception" into main

parents 8fcd566a 6aa48872
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -356,7 +356,7 @@ public final class PermissionPolicyService extends SystemService {
                    try {
                        manager = new PermissionControllerManager(
                                getUserContext(getContext(), user), PermissionThread.getHandler());
                    } catch (IllegalArgumentException exception) {
                    } catch (IllegalStateException exception) {
                        // There's a possible race condition when a user is being removed
                        Log.e(LOG_TAG, "Could not create PermissionControllerManager for user"
                                        + user, exception);