2015-05-06 74 views

回答

0

聲明此爲您的發射活動的清單小孩:

<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="my_scheme" android:host="my_host" /> 
</intent-filter> 

如果您的網站被說google.com(主機),如果有人點擊該鏈接,打開谷歌上.COM,他們將與一個選項來選擇他們想打開它的應用程序呈現。 您可以在此here閱讀並深入here

+0

我需要一個網站鏈接 –

0

目標活動可以從瀏覽器調用,只有當它有這個類別過濾器: android.intent.category.BROWSABLE