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

Commit fbe9b8bf authored by Nate Myren's avatar Nate Myren Committed by Automerger Merge Worker
Browse files

Merge "Disable status bar indicator icon" into sc-dev am: 1894882d

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14455561

Change-Id: I19a8f8d3fd0ec9afd7c4cd6bed7a7025f8b8767f
parents 69e210f8 1894882d
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);
    }