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

Commit ba5828dd authored by Sameer's avatar Sameer
Browse files

Define permissions for TvWatchdogManager

Bug: 335423167
Test: m
Flag: android.media.tv.flags.enable_tv_watchdog_emmc_protection
Change-Id: I53bc4f0e62cfaf3837b767b698afcf74241eaf15
parent c4a91c99
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -9242,6 +9242,20 @@
        android:protectionLevel="internal|installer"
        android:featureFlag="android.content.pm.verification_service" />
    <!-- Permission required to access TV Watchdog Metrics
     <p>Not for use by third-party applications.</p>
     @hide -->
    <permission android:name="android.permission.COLLECT_TV_WATCHDOG_METRICS"
        android:protectionLevel="signature|privileged"
        android:featureFlag="android.media.tv.flags.enable_tv_watchdog_emmc_protection" />
    <!-- Permission required to control configuration for TV Watchdog Metrics
     <p>Not for use by third-party applications.</p>
     @hide -->
    <permission android:name="android.permission.CONTROL_TV_WATCHDOG_CONFIG"
        android:protectionLevel="signature|privileged"
        android:featureFlag="android.media.tv.flags.enable_tv_watchdog_emmc_protection" />
    <!-- Attribution for Geofencing service. -->
    <attribution android:tag="GeofencingService" android:label="@string/geofencing_service"/>
    <!-- Attribution for Country Detector. -->