2013-08-23 301 views

回答

1

使用使用卸下的onPause更新它使節省電池

@Override 
    protected void onPause() 
    { 
     super.onPause(); 
     if(locationmanager != null) { 
     locationmanager .removeUpdates(locationlistner); 
     } 
     locationlistner = null; 
    } 
相關問題