I am going to implement the GPS into one of my menu
XML , JAVA code is OK
but when running this application , I have seen the application has stopped unexpectedly
here is my Manifest..
<application
android:icon="@drawable/icon"
android:label="@string/app_name">
….
….
</application>
<uses-sdk android:targetSdkVersion="8" android:minSdkVersion="8"/>
<uses-permission android:name="android.permission.CALL_PHONE"></uses-permission>
1 Answer