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

Commit 81a56ccc 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 am: bfcf7139

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

Change-Id: Ic33991fff6d3d591efd7543cfe26322bbb7f142f
parents 49fa68d2 bfcf7139
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);
    }