Correct typo in comment

This commit is contained in:
Branden Archer
2017-01-28 16:18:49 -05:00
parent dfc804fbe5
commit 9c74b2a264

View File

@@ -52,7 +52,7 @@ public class ImportExportActivity extends AppCompatActivity
}
// If the application does not have permissions to external
// storage, as for it now
// storage, ask for it now
if (ContextCompat.checkSelfPermission(ImportExportActivity.this,
Manifest.permission.READ_EXTERNAL_STORAGE) != PackageManager.PERMISSION_GRANTED ||