简体   繁体   中英

On Android, I cannot get actions.intent.OPEN_APP_FEATURE to work outside the App Actions Test Tool

I'm trying to get the Android Assistant to open my application and pass it a string parameter. Currently I can use the App Actions Test Tool to do that. However, if I open the assistant and type in, or say, open <App Name> <parameter string> , I just get web results back. Here is what my actions.xml looks like:

<actions xmlns:android="http://schemas.android.com/apk/res/android">
    <action intentName="actions.intent.OPEN_APP_FEATURE">
        <fulfillment urlTemplate="https://run-main-activity.com{?featureName}">
            <parameter-mapping
                intentParameter="feature"
                urlParameter="featureName" />
        </fulfillment>
    </action>
</actions>

It should be fixed now. Please try it again and keep us posted. You can find more here. https://issuetracker.google.com/issues/135714718

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM