Add comments to GPSExtractor

This commit is contained in:
misaochan 2016-08-22 17:58:38 +12:00
parent cb3a8bfa02
commit f13cdc0485
2 changed files with 9 additions and 2 deletions

View file

@ -16,4 +16,6 @@ public class NearbyActivity extends AppCompatActivity {
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
}
//TODO: Get user's location
}