Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca415c85 authored by Adam Powell's avatar Adam Powell Committed by Android Git Automerger
Browse files

am 345a3835: am f958732b: Merge "Fix docs" into jb-dev

* commit '345a3835':
  Fix docs
parents d3f97dc0 345a3835
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -629,7 +629,7 @@ public class MediaRouter {
         * Set an icon that will be used to represent this route.
         * The system may use this icon in picker UIs or similar.
         *
         * @param icon Resource ID of an icon drawable to use to represent this route
         * @param resId Resource ID of an icon drawable to use to represent this route
         */
        public void setIconResource(int resId) {
            setIconDrawable(sStatic.mResources.getDrawable(resId));
@@ -756,7 +756,7 @@ public class MediaRouter {
         * Set an icon that will be used to represent this group.
         * The system may use this icon in picker UIs or similar.
         *
         * @param icon Resource ID of an icon drawable to use to represent this group
         * @param resId Resource ID of an icon drawable to use to represent this group
         */
        public void setIconResource(int resId) {
            setIconDrawable(sStatic.mResources.getDrawable(resId));