从链接Android启动服务?

时间:2016-04-02 22:48:06

标签: android service

是否可以从链接启动服务。我尝试使用下面的代码但是无法启动。

链接:

"<a href=\"com.example.tohome://deeplink/home/inbox?id=3\">test to launch myapp</a> <br /><br />"

示例:

 <service android:name=".PrintService"
            android:enabled="true">

            <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="com.example.tohome" android:host="deeplink"/>
            </intent-filter>
 </service>

1 个答案:

答案 0 :(得分:1)

不,抱歉。浏览器在他们尊重自定义方案的范围内,只会使用它们来开始活动。不过,欢迎您开展finish()活动,启动该服务,然后从onCreate()拨打#import <UIKit/UIKit.h> @interface NavigationBar : UINavigationBar @end