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

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

Snap for 6852881 from 6be6c259 to rvc-qpr1-release

Change-Id: If2ed32cf8ce250ad2144db3b70e6fd566082c0c4
parents 16a43e91 6be6c259
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)
}

/**