---
title: Media agent for Android v4.1.1
source: https://docs.newrelic.com/docs/release-notes/streaming-mobile-release-notes/streaming-android-agent-26-04-22
---

## New features

-   Added obfuscation rules [(f756c78)](https://github.com/newrelic/video-agent-android/commit/f756c78)
-   Added `qoeHarvestCycle` [(aa4940c)](https://github.com/newrelic/video-agent-android/commit/aa4940c) [(0218d31)](https://github.com/newrelic/video-agent-android/commit/0218d31)
-   Added `timeSinceRequested`, `timeSinceStarted` to QoE event payload [(1f627cf)](https://github.com/newrelic/video-agent-android/commit/1f627cf)
-   Added `QoeProvider` [(ed48dee)](https://github.com/newrelic/video-agent-android/commit/ed48dee)

## Update

-   Changed QoE architecture [(7913826)](https://github.com/newrelic/video-agent-android/commit/7913826)
-   Updated bitrate name [(928d3af)](https://github.com/newrelic/video-agent-android/commit/928d3af)
-   Updated function name [(42a842e)](https://github.com/newrelic/video-agent-android/commit/42a842e)
-   Updated name to `contentSegmentDownloadBitrate` and `contentNetworkDownloadBitrate` [(e1a3dc9)](https://github.com/newrelic/video-agent-android/commit/e1a3dc9)
-   Updated calculation of startup time and average bitrate [(371da00)](https://github.com/newrelic/video-agent-android/commit/371da00)
-   Updated `harvestCycle` to `AtomicInteger` [(0d550d2)](https://github.com/newrelic/video-agent-android/commit/0d550d2)
-   Updated condition for sending QoE events [(f307de9)](https://github.com/newrelic/video-agent-android/commit/f307de9)

## Bug fixes

-   Added fallback for ad bitrate [(3077faa)](https://github.com/newrelic/video-agent-android/commit/3077faa)
-   Added final QoE event at content end [(f151a21)](https://github.com/newrelic/video-agent-android/commit/f151a21)
-   Implemented thread-safe QoE generation and real-time `totalPlaytime` calculation [(e53e6f7)](https://github.com/newrelic/video-agent-android/commit/e53e6f7)
-   Implemented thread-safe QoE generation using attribute caching [(43d21cd)](https://github.com/newrelic/video-agent-android/commit/43d21cd)
-   Implemented thread-safe QoE with real-time metrics and immediate final QoE [(a506f66)](https://github.com/newrelic/video-agent-android/commit/a506f66)
