Skip to content

Instantly share code, notes, and snippets.

View landliebe's full-sized avatar

Johannes Max Loeffler landliebe

View GitHub Profile
@landliebe
landliebe / sdcardunmount.java
Created August 12, 2012 14:42
Sd card unmount for test
package at.tugraz.ist.paintroid.test.integration;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import org.junit.After;
import org.junit.Before;
import android.content.Context;
import android.os.storage.StorageManager;