android - No launcher icon but still able to be opened -


i have got app using "plugin apps" (apps without launcher icon started via intent main application) , want have play store "open"-button application open main application.

is there way of not having launcher icon defining entry point in order launch main application after play store install (by intent or launching dummy activity launch other applications activity immediatly).

i thought removing launcher category "android.intent.category.launcher" , still setting main action "android.intent.action.main". seems not work @ least via apk install "open" button not active.

thanks


Comments

Popular posts from this blog

php - render data via PDO::FETCH_FUNC vs loop -

c# - Avoiding duplicate methods for Task and Task<T> -

javascript - Which segment of a polyline was clicked? -