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

Commit 6f585702 authored by Nate Myren's avatar Nate Myren
Browse files

[DO NOT MERGE] Revert "Enable indicators if experiment flag is not present"

This reverts commit fc0c23ab.

Reason for revert: Not in QPR
Bug: 168209929

Change-Id: I925ec9a062c425e26bbb180ed5325a39a51c6485
parent fc0c23ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ fun shouldShowPermissionsDashboard(): Boolean {
 */
fun isCameraMicIconsFlagEnabled(): Boolean {
    return DeviceConfig.getBoolean(DeviceConfig.NAMESPACE_PRIVACY,
        PROPERTY_CAMERA_MIC_ICONS_ENABLED, true)
        PROPERTY_CAMERA_MIC_ICONS_ENABLED, false)
}

/**