import java
DecimalFormat; import java
SimpleDateFormat; import java
Date; import android
Activity; import android
content
Context; import android
graphics
Typeface; import android
location
Location; import android
location
LocationListener; import android
location
LocationManager; import android
Bundle; import android
Log; import android
View; import android
widget
TextView; public class GPSInfoActivity extends Activity { private static final String TAG = "GPSInfoActivity"; private TextView tv_gps_info_lon; private TextView tv_gps_info_lat; private TextView tv_gps_info_hei; private TextView tv_gps_info_time; public static Typeface tf; private DecimalFormat df = new DecimalFormat("###
000000"); private LocationManager locationManager; private LocationListene