Skip to content

Instantly share code, notes, and snippets.

View MANISH-MAHESH-TALREJA's full-sized avatar
💭
ANDROID JAVA, FLUTTER, FIREBASE, PYTHON, UWP DEVELOPER

MANISH MAHESH TALREJA MANISH-MAHESH-TALREJA

💭
ANDROID JAVA, FLUTTER, FIREBASE, PYTHON, UWP DEVELOPER
View GitHub Profile
@lifeisfoo
lifeisfoo / android-mail.java
Last active March 4, 2024 00:52
android send mail with attachment, without write file to external memory
//based on http://stephendnicholas.com/archives/974
package it.my.app;
import android.content.ContentProvider;
import java.io.File;
import java.io.FileNotFoundException;
import android.content.ContentProvider;
import android.content.ContentValues;
import android.content.UriMatcher;