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

Commit 9cada3c5 authored by Nate Myren's avatar Nate Myren
Browse files

Disable status bar indicator icon

Fixes: 187057608
Test: manual
Change-Id: I5d9b2f77ec5d4af602a23fda8870c2831ba983b4
parent 7cf0ac50
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -673,11 +673,14 @@ public class PhoneStatusBarPolicy
            }
        }

        // Disabling for now, but keeping the log
        /*
        mIconController.setIconVisibility(mSlotCamera, showCamera);
        mIconController.setIconVisibility(mSlotMicrophone, showMicrophone);
        if (mPrivacyItemController.getLocationAvailable()) {
            mIconController.setIconVisibility(mSlotLocation, showLocation);
        }
         */
        mPrivacyLogger.logStatusBarIconsVisible(showCamera, showMicrophone,  showLocation);
    }