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

Commit 50765ad4 authored by Nate Myren's avatar Nate Myren Committed by Android (Google) Code Review
Browse files

Merge "Enable indicators if experiment flag is not present" into rvc-qpr-dev

parents c6167d4a 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, false)
        PROPERTY_CAMERA_MIC_ICONS_ENABLED, true)
}

/**