Set CtsActivityRecognitionTestCases  test module to be run in instant mode 

There are no tests in the module to be run in instant mode. It caused confusion in the test result when not configured correctly. The module should be configured to not run in instant mode.

Bug: 208856539
Change-Id: I45c18ba1d735593dc47f7af5424c1bc88295fd67
diff --git a/tests/tests/activityrecognition/AndroidTest.xml b/tests/tests/activityrecognition/AndroidTest.xml
index 86536b7..db27940 100644
--- a/tests/tests/activityrecognition/AndroidTest.xml
+++ b/tests/tests/activityrecognition/AndroidTest.xml
@@ -23,7 +23,7 @@
     <option name="config-descriptor:metadata" key="component" value="framework" />
     <option name="config-descriptor:metadata" key="parameter" value="not_multi_abi" />
     <option name="config-descriptor:metadata" key="parameter" value="secondary_user" />
-    <option name="config-descriptor:metadata" key="parameter" value="instant_app" />
+    <option name="config-descriptor:metadata" key="parameter" value="not_instant_app" />
 
     <object type="module_controller" class="com.android.tradefed.testtype.suite.module.Sdk30ModuleController" />