Launcher icon missing in Android

The problem is <data android:scheme="linkedinapp" android:host="connect" /> , you cannot logically use this tag in launcher activity, See below line , I taken from http://blog.marcingil.com/2011/03/starting-android-application-from-browser-uri/

Set if the activity should be an option for the default action (center press) to perform on a piece of data. Setting this will hide from the user any activities without it set when performing an action on some data. Note that this is normal -not- set in the Intent when initiating an action — it is for use in intent filters specified in packages.

Leave a Comment