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

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

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

Merge "[DO NOT MERGE] Revert "Enable indicators if experiment flag is not present"" into rvc-qpr-dev
parents da7893bf 6f585702
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)
}

/**