Merge "Disable status bar indicator icon" into sc-dev
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user