OSDN Git Service

Integrate remote display routes into screen cast settings UI.
authorJeff Brown <jeffbrown@google.com>
Mon, 11 Nov 2013 05:02:20 +0000 (21:02 -0800)
committerJeff Brown <jeffbrown@google.com>
Mon, 11 Nov 2013 05:20:16 +0000 (21:20 -0800)
commit4e54c2a17765aed01ba23c9b0ec4d41e66c698b7
treee0b67dc83a739da5c6719b5c092d308ca93cbaa3
parenta27816dc2d72f5757ee5377ccd03798736c96fd8
Integrate remote display routes into screen cast settings UI.

Merged remote display route selection into the existing wifi
display preference UI.  Moved the on/off toggle over to a menu item.

The preference page is now mainly implemented in terms of the
media router.  It only interacts with the display manager for the purpose
of pairing with new devices or making wifi display certification
controls available.

This means that the observed state is now completely consistent across
the system ui, settings, and applications that use the media router.

Bug: 11257292
Change-Id: I3705570812384fef4bfffeccaaccf7895d370d12
AndroidManifest.xml
res/values/strings.xml
src/com/android/settings/DisplaySettings.java
src/com/android/settings/Settings.java
src/com/android/settings/wfd/WifiDisplaySettings.java