summaryrefslogtreecommitdiffstats
path: root/src/com/cyngn/theme/util/Utils.java
diff options
context:
space:
mode:
authorClark Scheff <clark@cyngn.com>2014-09-10 11:43:54 -0700
committerClark Scheff <clark@cyngn.com>2014-09-15 17:49:16 -0700
commit5006280925944a3fc31c41900c242fb21dedfcdd (patch)
tree9a967f34564d6946654bd2a3ad4d1b825e5db597 /src/com/cyngn/theme/util/Utils.java
parentd3fd7f67c589f24b51f92cee09acbcda8c1e6fb3 (diff)
downloadpackages_apps_ThemeChooser-5006280925944a3fc31c41900c242fb21dedfcdd.zip
packages_apps_ThemeChooser-5006280925944a3fc31c41900c242fb21dedfcdd.tar.gz
packages_apps_ThemeChooser-5006280925944a3fc31c41900c242fb21dedfcdd.tar.bz2
Add ability to pick external images for wallpaper/lockscreen
Change-Id: I22d1a00f794946a3b9671b03465d688df70f5c33
Diffstat (limited to 'src/com/cyngn/theme/util/Utils.java')
-rw-r--r--src/com/cyngn/theme/util/Utils.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/cyngn/theme/util/Utils.java b/src/com/cyngn/theme/util/Utils.java
index 94fb5df..4afcb1b 100644
--- a/src/com/cyngn/theme/util/Utils.java
+++ b/src/com/cyngn/theme/util/Utils.java
@@ -18,6 +18,8 @@ import android.graphics.BitmapFactory;
import android.graphics.BitmapRegionDecoder;
import android.graphics.Point;
import android.graphics.Rect;
+import android.net.Uri;
+import android.provider.MediaStore;
import android.provider.ThemesContract;
import android.util.Log;
import android.util.TypedValue;