|
1 | 1 | package org.droidplanner.activities; |
2 | 2 |
|
3 | | -import android.app.Dialog; |
4 | | -import android.content.DialogInterface; |
5 | | -import android.content.Intent; |
6 | | -import android.os.Bundle; |
7 | | -import android.support.v4.app.Fragment; |
8 | | -import android.support.v4.app.FragmentManager; |
9 | | -import android.view.View; |
10 | | -import android.widget.Toast; |
11 | | - |
12 | | -import com.google.android.gms.common.ConnectionResult; |
13 | | -import com.google.android.gms.common.GooglePlayServicesUtil; |
14 | | -import com.google.android.gms.maps.model.LatLng; |
15 | | - |
16 | 3 | import org.droidplanner.R; |
17 | 4 | import org.droidplanner.activities.helpers.SuperUI; |
18 | 5 | import org.droidplanner.drone.Drone; |
|
41 | 28 | import org.droidplanner.fragments.mode.ModeStabilizeFragment; |
42 | 29 | import org.droidplanner.polygon.PolygonPoint; |
43 | 30 |
|
| 31 | +import android.app.Dialog; |
| 32 | +import android.content.DialogInterface; |
| 33 | +import android.content.Intent; |
| 34 | +import android.os.Bundle; |
| 35 | +import android.support.v4.app.Fragment; |
| 36 | +import android.support.v4.app.FragmentManager; |
| 37 | +import android.view.View; |
| 38 | + |
| 39 | +import com.google.android.gms.common.ConnectionResult; |
| 40 | +import com.google.android.gms.common.GooglePlayServicesUtil; |
| 41 | +import com.google.android.gms.maps.model.LatLng; |
| 42 | + |
44 | 43 | public class FlightActivity extends SuperUI implements |
45 | 44 | OnMapInteractionListener, OnMissionControlInteraction, OnDroneListener{ |
46 | 45 |
|
|
0 commit comments