ApiDemos/src/com/example/android/apis/content/FileProvider.java in gametel-0.1 vs ApiDemos/src/com/example/android/apis/content/FileProvider.java in gametel-0.2

- old
+ new

@@ -86,10 +86,9 @@ FileNotFoundException fnf = new FileNotFoundException("Unable to open " + uri); throw fnf; } } - @Override public void writeDataToPipe(ParcelFileDescriptor output, Uri uri, String mimeType, Bundle opts, InputStream args) { // Transfer data from the asset to the pipe the client is reading. byte[] buffer = new byte[8192]; int n;