2014-07-03 75 views

回答

0

這件事情,在此塊:

<intent-filter> 
      <data android:scheme="market" android:host="details" android:path="" /> 
      <data android:scheme="http" android:host="play.google.com" android:pathPattern="/store/apps/details?id=.*" /> 
      <data android:scheme="https" android:host="play.google.com" android:pathPattern="/store/apps/details?id=.*" /> 
      <action android:name="android.intent.action.VIEW" /> 
      <category android:name="android.intent.category.DEFAULT" /> 
      <category android:name="android.intent.category.BROWSABLE" /> 
</intent-filter> 

沒有該塊,它會工作100%。只需使用淘汰過程。 :)

+0

它也不能正常工作 – chimbu

+0

請在問題的下方添加如下注釋的解決方案.. – Lal

+0

@Lal會做。 ;) – Jonny07

相關問題