Can not find "intent-filter" code by default
Hi,
Currently i ma practicing on android 4.1(build 16 , i think..)..working on eclisos..
when ever i ma creating in a new Android project..every thing is going fine..but when i have opened ManiFrest.xml file i cannot find..
<intent-filter >
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
This above code which is most useful while launching an application..i am writing it manually every time..
Any body could suggest what i have to do for fixing up this
|