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

Commit 3e9e44e6 authored by Eugene Susla's avatar Eugene Susla Committed by android-build-merger
Browse files

Merge "Fix DefGrantPolicyTest" into qt-dev

am: 81f69cf5

Change-Id: I074e8a149db90517faad36b7028f68372eb9af8c
parents 8e108200 81f69cf5
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()) {