tsecher Posted December 17, 2012 Share Posted December 17, 2012 Bonjour, Je cherche à démarrer mon application depuis un simple lien dans le navigateur ou un email. J'ai fait quelque recherche et j'ai vu qu'on pouvait le faire avec les intent-filter, comme ceci par exemple <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" android:host="path" /> </intent-filter> avec l'url qui va bien <a href='myapp://'>lien</a> Problème, ça ne fonctionne pas... Est-ce que la technique est mauvaise ? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.