bfa153b64b
This app creates a service and UI in separate processes and uses the new MediaSession APIs. This is still a rough work in progress. Change-Id: I9692c95bf2fdbee7255da86dff59044c893e3a1f
10 lines
254 B
XML
10 lines
254 B
XML
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
<item
|
|
android:id="@+id/action_settings"
|
|
android:orderInCategory="100"
|
|
android:showAsAction="never"
|
|
android:title="@string/action_settings"/>
|
|
|
|
</menu>
|