diff options
Diffstat (limited to 'core/res/AndroidManifest.xml')
-rw-r--r-- | core/res/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 4725cfb..cafa45b 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -2149,7 +2149,7 @@ android:description="@string/permdesc_bindTvInput" android:protectionLevel="signature|system" /> - <!-- Must be required by a {@link android.media.routeprovider.RouteProviderService} + <!-- Must be required by a {@link android.media.routing.MediaRouteService} to ensure that only the system can interact with it. @hide --> <permission android:name="android.permission.BIND_ROUTE_PROVIDER" |