<intent-filter/>-----------------------------------------------------------------------look
here
           <intent-filter>
               <action android:name="com.bob.Main_Activity" />
           </intent-filter>

2012/3/1 bob <b...@coolfone.comze.com>:
> Can someone tell me if this is correct XML? Not sure about the two
> intent-filters.
>
>       <activity
>            android:name="com.bob.Main_Activity"
>            android:label="@string/app_name"
>            android:screenOrientation="landscape" >
>            <intent-filter>
>                <action android:name="android.intent.action.MAIN" />
>
>                <category
> android:name="android.intent.category.LAUNCHER" />
>            </intent-filter>
>            <intent-filter>
>                <action android:name="com.bob.Main_Activity" />
>            </intent-filter>
>        </activity>
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to