【问题标题】:On Android, I cannot get actions.intent.OPEN_APP_FEATURE to work outside the App Actions Test Tool在 Android 上,我无法让 actions.intent.OPEN_APP_FEATURE 在 App Actions Test Tool 之外工作
【发布时间】:2020-01-31 20:11:38
【问题描述】:

我正在尝试让 Android 助手打开我的应用程序并向其传递一个字符串参数。目前我可以使用 App Actions Test Tool 来做到这一点。但是,如果我打开助手并输入,或者说,open <App Name> <parameter string>,我只会得到网络结果。这是我的 actions.xml 的样子:

<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>

【问题讨论】:

  • 请发布您的代码。
  • 应用程序有效,但与助手的集成无效。这就是我发布动作的原因。你有什么特别需要看的吗?

标签: android android-intent app-actions


【解决方案1】:

现在应该修好了。请再试一次,并随时通知我们。你可以在这里找到更多。 https://issuetracker.google.com/issues/135714718

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-12-12
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多