diff --git a/default-permissions.xml b/default-permissions.xml
index 1731dae1..a2189c4e 100644
--- a/default-permissions.xml
+++ b/default-permissions.xml
@@ -54,6 +54,9 @@
+
+
+
diff --git a/pixelstats/service.cpp b/pixelstats/service.cpp
index dec6742a..4f7e18b7 100644
--- a/pixelstats/service.cpp
+++ b/pixelstats/service.cpp
@@ -94,7 +94,7 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
.WavesPath = "/sys/devices/platform/audiometrics/waves",
.AdaptedInfoCountPath = "/sys/devices/platform/audiometrics/adapted_info_active_count",
.AdaptedInfoDurationPath = "/sys/devices/platform/audiometrics/adapted_info_active_duration",
- .CCARatePath = "/sys/devices/platform/audiometrics/cca_rate_read_once",
+ .CCARatePath = "/sys/devices/platform/audiometrics/cca_count_read_once",
.PcmLatencyPath = "/sys/devices/platform/audiometrics/pcm_latency",
.PcmCountPath = "/sys/devices/platform/audiometrics/pcm_count",
.TotalCallCountPath = "/sys/devices/platform/audiometrics/call_count"