Skip to content

Commit

Permalink
Switch to using default media style receiver
Browse files Browse the repository at this point in the history
Bug: 19664183
Change-Id: I39c3ef19da19af3ad218a746487b51d79a5d75c2
  • Loading branch information
nageshs authored and mangini committed Mar 10, 2015
1 parent 1b4bf08 commit 05a707a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mobile/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
<string name="skip_next">skip to next</string>
<string name="skip_prev">skip to previous</string>
<string name="touch_to_cast">Touch to Cast</string>
<string name="cast_application_id">6FB2BA68</string> <!-- use CC1AD845 for default receiver -->
<!-- Use the default receiver. To customize a styled media receiver, you can use
the css and images under <project-root>/docs/cast_styled_receiver -->
<string name="cast_application_id">CC1AD845</string>
<string name="home_title">Home</string>
<string name="related_content_header">You may also like</string>
<string name="action_listen">Listen</string>
Expand Down

0 comments on commit 05a707a

Please sign in to comment.