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

Commit fba656d7 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6828801 from 50765ad4 to rvc-qpr1-release

Change-Id: Ia1582e3f67fed4b60658e1ec471808cdcdff7ff8
parents 402ceddd 50765ad4
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)
}

/**