docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/testing_v1.applicationDetailService.html b/docs/dyn/testing_v1.applicationDetailService.html
index 3dd4712..1cb91d2 100644
--- a/docs/dyn/testing_v1.applicationDetailService.html
+++ b/docs/dyn/testing_v1.applicationDetailService.html
@@ -109,13 +109,13 @@
         "intentFilters": [
           { # The <intent-filter> section of an <activity> tag.
               # https://developer.android.com/guide/topics/manifest/intent-filter-element.html
+            "actionNames": [ # The android:name value of the <action> tag.
+              "A String",
+            ],
             "categoryNames": [ # The android:name value of the <category> tag.
               "A String",
             ],
             "mimeType": "A String", # The android:mimeType value of the <data> tag.
-            "actionNames": [ # The android:name value of the <action> tag.
-              "A String",
-            ],
           },
         ],
         "packageName": "A String", # Full Java-style package name for this application, e.g.