Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBarPolicy.java +3 −0 Original line number Diff line number Diff line Loading @@ -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); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBarPolicy.java +3 −0 Original line number Diff line number Diff line Loading @@ -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); } Loading