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
16 lines
556 B
XML
16 lines
556 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<string name="app_name">OneMedia</string>
|
|
<string name="action_settings">Settings</string>
|
|
<string name="hello_world">Test app for trying out new media components</string>
|
|
|
|
<string name="start_button">Start</string>
|
|
<string name="play_button">Play</string>
|
|
<string name="media_content_hint">Content</string>
|
|
<string name="media_next_hint">Next content</string>
|
|
<string name="has_video">Is video</string>
|
|
<string name="has_duration">Has duration</string>
|
|
|
|
</resources>
|