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

Commit 3e134150 authored by Preethi Kandhalu's avatar Preethi Kandhalu
Browse files

[MQ] Bug.

Test: mmm
Change-Id: I86c54c2a8985ef64d7bd94df6bdb5ed3b03c6da2
parent c74a0961
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -444,7 +444,7 @@ public class MediaQualityService extends SystemService {
        public SoundProfile createSoundProfile(SoundProfile sp, int userId) {
            if ((sp.getPackageName() != null && !sp.getPackageName().isEmpty()
                    && !incomingPackageEqualsCallingUidPackage(sp.getPackageName()))
                    && !hasGlobalPictureQualityServicePermission()) {
                    && !hasGlobalSoundQualityServicePermission()) {
                mMqManagerNotifier.notifyOnSoundProfileError(null, SoundProfile.ERROR_NO_PERMISSION,
                        Binder.getCallingUid(), Binder.getCallingPid());
            }