summaryrefslogtreecommitdiffstats
path: root/src/com/cyanogenmod/trebuchet/ApplicationInfo.java
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2013-05-01 16:53:33 -0700
committerSteve Kondik <shade@chemlab.org>2013-08-17 02:35:26 -0700
commit84725ce59c6659758fa568f0275686781280116d (patch)
tree794967fdde21acc35e74d305cc361f83557fe5b3 /src/com/cyanogenmod/trebuchet/ApplicationInfo.java
parent4747cf1a489aefa8c7f81c2d0b9ffe294351c398 (diff)
downloadandroid_packages_apps_Trebuchet-84725ce59c6659758fa568f0275686781280116d.tar.gz
android_packages_apps_Trebuchet-84725ce59c6659758fa568f0275686781280116d.tar.bz2
android_packages_apps_Trebuchet-84725ce59c6659758fa568f0275686781280116d.zip
Fixing issue where updating the visibility of one application can trigger all icons to disappear. (Bug 8757421)
- Also queueing bindComponentsRemoved() and bindPackagesUpdated() to wait for resume (Bug 8594153) Change-Id: I44028fe79f6fa6bcd6b829e36f3f5b9ed756dc4d
Diffstat (limited to 'src/com/cyanogenmod/trebuchet/ApplicationInfo.java')
-rw-r--r--src/com/cyanogenmod/trebuchet/ApplicationInfo.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/com/cyanogenmod/trebuchet/ApplicationInfo.java b/src/com/cyanogenmod/trebuchet/ApplicationInfo.java
index e5a45872b..e7cc13e39 100644
--- a/src/com/cyanogenmod/trebuchet/ApplicationInfo.java
+++ b/src/com/cyanogenmod/trebuchet/ApplicationInfo.java
@@ -97,12 +97,6 @@ class ApplicationInfo extends ItemInfo {
firstInstallTime = info.firstInstallTime;
}
- /** Returns the package name that the shortcut's intent will resolve to, or an empty string if
- * none exists. */
- String getPackageName() {
- return super.getPackageName(intent);
- }
-
/**
* Creates the application intent based on a component name and various launch flags.
* Sets {@link #itemType} to {@link LauncherSettings.BaseLauncherColumns#ITEM_TYPE_APPLICATION}.