Skip to content

Commit

Permalink
Checking media permission when attempting to add media to post
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyr59h committed Oct 17, 2015
1 parent c367ec6 commit 972344d
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
//This Handy-Dandy class acquired and tweaked from http://stackoverflow.com/a/3145655/309558
package org.wordpress.android.util.helpers;

import android.Manifest.permission_group;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.pm.PackageManager;
import android.location.Location;
import android.location.LocationListener;
import android.location.LocationManager;
import android.os.Bundle;
import android.support.v4.app.ActivityCompat;

import java.util.Timer;
import java.util.TimerTask;
Expand Down

0 comments on commit 972344d

Please sign in to comment.