2

我在用着

        <intent-filter>
            <action android:name="android.intent.action.VIEW" />

            <category android:name="android.intent.category.DEFAULT" />
            <category android:name="android.intent.category.BROWSABLE" />

            <data android:scheme="myApp" />
        </intent-filter>

当用户单击 myapp://bla url 时启动 myApp,这在 Android 中运行良好,但当我将应用程序移植到 BlackBerry 时(其他一切似乎都运行良好)。

有什么建议吗?

4

1 回答 1

0

我相信在 Android 移植到 BlackBerry10 之后,Launcher 意图不受支持:

https://developer.blackberry.com/android/apisupport/unsupportedapi_blackberry10_intents.html

于 2013-04-30T16:21:12.420 回答