Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
BasicMediaRouter / res / menu /

main.xml

       
        1
       
       
        <menu xmlns:android="http://schemas.android.com/apk/res/android" >
       
       
        2
       
       
       
       
        3
       
       
        <!-- This ActionProvider is configured to  -->
       
       
        4
       
       
        <item
       
       
        5
       
       
        android:id="@+id/menu_media_route"
       
       
        6
       
       
        android:actionProviderClass="android.app.MediaRouteActionProvider"
       
       
        7
       
       
        android:orderInCategory="1"
       
       
        8
       
       
        android:showAsAction="always"
       
       
        9
       
       
        android:title="@string/menu_present_to"
       
       
        10
       
       
        android:visible="true"/>
       
       
        11
       
       
       
       
        12
       
       
        </menu>