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

Commit 81f69cf5 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix DefGrantPolicyTest" into qt-dev

parents 3bf57a49 4e0c3bb4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -396,8 +396,8 @@ public class TelecomServiceImpl {
            synchronized (mLock) {
                try {
                    Log.startSession("TSI.gSCM");
                    final int user = ActivityManager.getCurrentUser();
                    final int callingUid = Binder.getCallingUid();
                    final int user = UserHandle.getUserId(callingUid);
                    long token = Binder.clearCallingIdentity();
                    try {
                        if (user != ActivityManager.getCurrentUser()) {