写文件

// File file = new File(mAppContext.context.getExternalFilesDir(null), "original.txt");
//    try {
//     String data = currentLocation.getLatitude()+","+currentLocation.getLongitude()+","+currentLocation.getAccuracy()+","+currentLocation.getProvider()+"\n";
//     Writer os = new FileWriter(file, true);
//        os.append(data);
//        os.close();
//    } catch (IOException e) {
//    }

你可能感兴趣的:(android)