I know that this is a very old question, but with the new Android API (currently I'm working on API 19+) could we do it?
I can not remove:
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
from manifest file because Android studio will not compile the app:
Default Activity not found
Updated: Thanks all, I have decided to do it programmatically