[fidldoc] Updating fidldocs
diff --git a/sdk/fidl/README.md b/sdk/fidl/README.md
index 17fcb4d..b5f5421 100644
--- a/sdk/fidl/README.md
+++ b/sdk/fidl/README.md
@@ -584,6 +584,10 @@
     <td></td>
 </tr>
 <tr>
+    <td><a href="fuchsia.ui.activity.control/index">fuchsia.ui.activity.control</a></td>
+    <td></td>
+</tr>
+<tr>
     <td><a href="fuchsia.ui.app/index">fuchsia.ui.app</a></td>
     <td></td>
 </tr>
diff --git a/sdk/fidl/_toc.yaml b/sdk/fidl/_toc.yaml
index f2fc84c..25ed868 100644
--- a/sdk/fidl/_toc.yaml
+++ b/sdk/fidl/_toc.yaml
@@ -283,6 +283,8 @@
   path: /reference/fidl/fuchsia.tracing.provider
 - title: fuchsia.ui.activity
   path: /reference/fidl/fuchsia.ui.activity
+- title: fuchsia.ui.activity.control
+  path: /reference/fidl/fuchsia.ui.activity.control
 - title: fuchsia.ui.app
   path: /reference/fidl/fuchsia.ui.app
 - title: fuchsia.ui.brightness
diff --git a/sdk/fidl/fuchsia.ui.activity.control/README.md b/sdk/fidl/fuchsia.ui.activity.control/README.md
new file mode 100644
index 0000000..85b98fa
--- /dev/null
+++ b/sdk/fidl/fuchsia.ui.activity.control/README.md
@@ -0,0 +1,55 @@
+[TOC]
+
+# fuchsia.ui.activity.control
+
+
+## **PROTOCOLS**
+
+## Control {#Control}
+*Defined in [fuchsia.ui.activity.control/control.fidl](https://fuchsia.googlesource.com/fuchsia/+/master/sdk/fidl/fuchsia.ui.activity.control/control.fidl#21)*
+
+<p>The Control protocol can be used to override the activity state of the
+Activity Service (fuchsia.ui.activity).</p>
+<p>State provided through this interface takes precedence over state which
+is determined based on activity sent through the Tracker API.</p>
+<p>Once a state has been assigned through this protocol, the Activity
+Service will no longer determine state based on input to the
+fuchsia.ui.activity.Tracker protocol, and instead will only report state
+transitions occuring through the Control protocol.</p>
+
+### SetState {#SetState}
+
+<p>Sets the Activity Service's state to |state|.
+All listeners registered through the Provider protocol will immediately
+be notified of the new state.</p>
+<p>Typically, state transitions should occur minutes apart (e.g.
+transition from ACTIVE to IDLE after 15 minutes of inactivity).</p>
+
+#### Request
+<table>
+    <tr><th>Name</th><th>Type</th></tr>
+    <tr>
+            <td><code>state</code></td>
+            <td>
+                <code><a class='link' href='../fuchsia.ui.activity/'>fuchsia.ui.activity</a>/<a class='link' href='../fuchsia.ui.activity/#State'>State</a></code>
+            </td>
+        </tr></table>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+