Thanks mark , i solved the prob

On Wed, Apr 20, 2011 at 8:14 PM, kaushik p <kaushiks...@gmail.com> wrote:

>
> my final XML file appears this way
>
>
>
> <?xml version="1.0" encoding="utf-8"?>
> <manifest xmlns:android="http://schemas.android.com/apk/res/android";
>       package="Firstdroid.Tutorial.Gps"
>       android:versionCode="1"
>       android:versionName="1.0">
>
>
>     <application android:icon="@drawable/icon"
> android:label="@string/app_name">
>         <activity android:name=".UseGps"
>                   android:label="@string/app_name">
>             <intent-filter>
>                 <action android:name="android.intent.action.MAIN" />
>                 <category android:name="android.intent.category.LAUNCHER"
> />
>             </intent-filter>
>         </activity>
>
>     </application>
>
>     <uses-permission
> android:name=“android.permission.ACCESS_FINE_LOCATION”>
>     </uses-permission>
> </manifest>
>
>
>


-- 
Thanks&Regards
Kaushik Pendurthi

http://kaushikpendurthi.blogspot.com/

-- 
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