summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/BookmarkUtils.java
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-07-13 15:48:43 -0700
committerJohn Reck <jreck@google.com>2011-07-18 10:25:43 -0700
commitd3e4d5b4ffdf374b836ec9d4d3e315040c8c3779 (patch)
treefa5229389ce7992567356db87572a014ea9f032d /src/com/android/browser/BookmarkUtils.java
parentcaaf540bc9ae738f1b6f27e7012378686124ce6d (diff)
downloadandroid_packages_apps_Gello-d3e4d5b4ffdf374b836ec9d4d3e315040c8c3779.tar.gz
android_packages_apps_Gello-d3e4d5b4ffdf374b836ec9d4d3e315040c8c3779.tar.bz2
android_packages_apps_Gello-d3e4d5b4ffdf374b836ec9d4d3e315040c8c3779.zip
Move ComboView to its own activity
Bugs: 5009130 3368824 Change-Id: I559bb88a1e759172ef9a7d2a8b41ea4c7e523ec6
Diffstat (limited to 'src/com/android/browser/BookmarkUtils.java')
-rw-r--r--src/com/android/browser/BookmarkUtils.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/com/android/browser/BookmarkUtils.java b/src/com/android/browser/BookmarkUtils.java
index 23765f4d..2e96613f 100644
--- a/src/com/android/browser/BookmarkUtils.java
+++ b/src/com/android/browser/BookmarkUtils.java
@@ -22,7 +22,6 @@ import android.content.ContentUris;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
-import android.content.SharedPreferences;
import android.content.res.Resources;
import android.graphics.Bitmap;
import android.graphics.Canvas;
@@ -38,7 +37,6 @@ import android.graphics.drawable.Drawable;
import android.graphics.drawable.PaintDrawable;
import android.net.Uri;
import android.os.Message;
-import android.preference.PreferenceManager;
import android.provider.Browser;
import android.provider.BrowserContract;