Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 888 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 888 Bytes

MediaRouter

Changes to the original Mediarouter

  • Changed references from AppCompat to the ABS version
  • Added onMute listener
  • Changed resource that shows 'no cast available' icon to a blank (gray) drawable because when using ABS, the onDeviceAvailable(..) callback is not called.

Dependencies

  • Android support-v4
  • ActionBarSherlock

Build Note

In Eclipse, make sure you add the three jellybean* directories to the build path. (Right-click > Build Path > Use as Source Folder)

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Thanks for checking this out.