Loading core/res/AndroidManifest.xml +14 −0 Original line number Diff line number Diff line Loading @@ -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. --> Loading Loading
core/res/AndroidManifest.xml +14 −0 Original line number Diff line number Diff line Loading @@ -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. --> Loading