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

Commit 9082c0a6 authored by Sameer Kale's avatar Sameer Kale Committed by Android (Google) Code Review
Browse files

Merge "Define permissions for TvWatchdogManager" into main

parents edca1d02 ba5828dd
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. -->