SyntaxFix
Write A Post
Hire A Developer
Questions
In manifest.xml, select activity which u wanna start e set this informations:
<intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> </intent-filter>