1<?xml version="1.0" encoding="UTF-8" standalone="yes"?> 2<appfunctions> 3 <version>1</version> 4 <appfunction> 5 <function_id>androidx.appfunctions.test#noSchema_enabledByDefault</function_id> 6 <enabled_by_default>true</enabled_by_default> 7 </appfunction> 8 <appfunction> 9 <function_id>androidx.appfunctions.test#noSchema_disabledByDefault</function_id> 10 <enabled_by_default>false</enabled_by_default> 11 </appfunction> 12 <appfunction> 13 <function_id>androidx.appfunctions.test#noSchema_executionSucceed</function_id> 14 <enabled_by_default>true</enabled_by_default> 15 </appfunction> 16 <appfunction> 17 <function_id>androidx.appfunctions.test#noSchema_executionFail</function_id> 18 <enabled_by_default>true</enabled_by_default> 19 </appfunction> 20 <appfunction> 21 <function_id>androidx.appfunctions.test#notesSchema_print</function_id> 22 <enabled_by_default>true</enabled_by_default> 23 <schema_name>print</schema_name> 24 <schema_category>notes</schema_category> 25 <schema_version>1</schema_version> 26 </appfunction> 27 <appfunction> 28 <function_id>androidx.appfunctions.test#mediaSchema_print</function_id> 29 <enabled_by_default>true</enabled_by_default> 30 <schema_name>print</schema_name> 31 <schema_category>media</schema_category> 32 <schema_version>1</schema_version> 33 </appfunction> 34 <appfunction> 35 <function_id>androidx.appfunctions.test#mediaSchema2_print</function_id> 36 <enabled_by_default>true</enabled_by_default> 37 <schema_name>print</schema_name> 38 <schema_category>media</schema_category> 39 <schema_version>2</schema_version> 40 </appfunction> 41</appfunctions>