【问题标题】:get the url scheme of an app获取应用的 url scheme
【发布时间】:2013-04-11 06:23:21
【问题描述】:

我怎样才能获得应用程序的URL Scheme,以便我可以在我的应用程序中打开该应用程序。我已经搜索过,我得到的内容如下:

<intent-filter>
            <action android:name="android.intent.action.GALLERY" />
            <category android:name="android.intent.category.DEFAULT" />
            <category android:name="android.intent.category.BROWSABLE" />
            <data android:scheme="cedemo" android:host="com.cedemo.scan" />

        </intent-filter>

有人可以帮我解决这个@Thanks

【问题讨论】:

  • 嘿,你的问题得到答案了吗???

标签: android url-scheme


【解决方案1】:

【讨论】:

    猜你喜欢
    • 2017-04-11
    • 2021-07-17
    • 1970-01-01
    • 1970-01-01
    • 2016-09-25
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-03-31
    相关资源
    最近更新 更多