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

Commit d2618ae1 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6516174 from 7608cef9 to rvc-release

Change-Id: I703c8742122c1dd35233877d6c0760db728efe0f
parents f7c366f5 7608cef9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -855,7 +855,7 @@ public class TelecomServiceImpl {
                    // current state as tracked by PhoneStateBroadcaster, any failure to properly
                    // track the current call state there could result in the wrong ringing state
                    // being reported by this API.
                    return mCallsManager.hasRingingCall();
                    return mCallsManager.hasRingingOrSimulatedRingingCall();
                }
            } finally {
                Log.endSession();
+1 −1
Original line number Diff line number Diff line
@@ -472,7 +472,7 @@ public class MissedCallNotifierImpl extends CallsManagerListenerBase implements
        TaskStackBuilder taskStackBuilder = TaskStackBuilder.create(mContext);
        taskStackBuilder.addNextIntent(intent);

        return taskStackBuilder.getPendingIntent(0, 0, null, userHandle);
        return taskStackBuilder.getPendingIntent(0, PendingIntent.FLAG_IMMUTABLE, null, userHandle);
    }

    /**