summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/Utilities.java
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-08-25 09:45:14 -0700
committerSunny Goyal <sunnygoyal@google.com>2016-08-25 09:46:39 -0700
commitf3a09f97570315592db558c8825450dcf7c4e407 (patch)
treeda74359eb4726b168f84b76a8752a304db4eca77 /src/com/android/launcher3/Utilities.java
parentc760da5688be2dc0b5afe690685fc91d6d56ab0c (diff)
downloadandroid_packages_apps_Trebuchet-f3a09f97570315592db558c8825450dcf7c4e407.tar.gz
android_packages_apps_Trebuchet-f3a09f97570315592db558c8825450dcf7c4e407.tar.bz2
android_packages_apps_Trebuchet-f3a09f97570315592db558c8825450dcf7c4e407.zip
Starting the settings activity with same animation as wallpaper (and widgets tray)
Change-Id: I7744d50c9762200eb2ffea37d8435c9bc221c526
Diffstat (limited to 'src/com/android/launcher3/Utilities.java')
-rw-r--r--src/com/android/launcher3/Utilities.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/com/android/launcher3/Utilities.java b/src/com/android/launcher3/Utilities.java
index 50f715634..2988fb912 100644
--- a/src/com/android/launcher3/Utilities.java
+++ b/src/com/android/launcher3/Utilities.java
@@ -183,10 +183,6 @@ public final class Utilities {
}
}
- // TODO: Use Intent.ACTION_APPLICATION_PREFERENCES when N SDK is available.
- public static final String ACTION_APPLICATION_PREFERENCES
- = "android.intent.action.APPLICATION_PREFERENCES";
-
public static Bitmap createIconBitmap(Cursor c, int iconIndex, Context context) {
byte[] data = c.getBlob(iconIndex);
try {