# Exporting picture with Android App

**URL:** https://discourse.processing.org/t/exporting-picture-with-android-app/31277
**Category:** Processing for Android
**Created:** [July 16, 2021, 12:27pm UTC](https://discourse.processing.org/t/exporting-picture-with-android-app/31277 "2021-07-16T12:27:10Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![paulgoux](https://avatars.discourse-cdn.com/v4/letter/p/b9bd4f/32.png) [@paulgoux](https://discourse.processing.org/u/paulgoux)
#### Post date: [July 17, 2021, 1:31pm UTC](https://discourse.processing.org/t/exporting-picture-with-android-app/31277/6 "2021-07-17T13:31:11Z")

</div>

> [@Android camera .. save image](https://discourse.processing.org/t/android-camera-save-image/731/7):
>
> @adaptinnovative === I have written the code initially put; i have tested it again (OS6 MM), with some little modifs and it works: i can see the folder “camerademo” inside PICTURES and i can see the photo inside it. It is possible that URIfromFile does not work for OS\>6 MM, yet you can try and it s esay to change this part of the code. Dont forget to ask permissions on rutime if you using a phone more than lollypop. import android.app.Activity; import android.content.Intent; import android.net…

> [@Read and write images and text files Android](https://discourse.processing.org/t/read-and-write-images-and-text-files-android/29947):
>
> text saver. Save text to any location in android. Please set the manifest permissions by adding the following file to your sketch folder. AndroidManifest.xml \<?xml version="1.0" encoding="UTF-8"?\> \<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package=""\> \<uses-sdk android:minSdkVersion="17" android:targetSdkVersion="28"/\> \<application android:icon="@mipmap/ic\_launcher" android:label=""\> \<activity android:n…

---

_[View the full topic](https://discourse.processing.org/t/exporting-picture-with-android-app/31277)._
