summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/PromiseAppInfo.java
diff options
context:
space:
mode:
authorMario Bertschler <bmario@google.com>2017-03-28 12:23:22 -0700
committerMario Bertschler <bmario@google.com>2017-03-28 12:23:22 -0700
commitc06af333cbcebb183d13d004cccf5c9d69a70af0 (patch)
tree0634b7e10d694c2f57fd9680014d8889c65957ee /src/com/android/launcher3/PromiseAppInfo.java
parentbea3a6ba7e7abd2460216459b4690fa6f5e6c4b3 (diff)
downloadandroid_packages_apps_Trebuchet-c06af333cbcebb183d13d004cccf5c9d69a70af0.tar.gz
android_packages_apps_Trebuchet-c06af333cbcebb183d13d004cccf5c9d69a70af0.tar.bz2
android_packages_apps_Trebuchet-c06af333cbcebb183d13d004cccf5c9d69a70af0.zip
Minor Refactoring only: no functional change
- organizing imports - remove redundant modifiers on LauncherCallback interface - fix typos Change-Id: I61eb985cac7c1379b6b804a67d4f234386d3d1b4
Diffstat (limited to 'src/com/android/launcher3/PromiseAppInfo.java')
-rw-r--r--src/com/android/launcher3/PromiseAppInfo.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher3/PromiseAppInfo.java b/src/com/android/launcher3/PromiseAppInfo.java
index 1749dde08..07515d08a 100644
--- a/src/com/android/launcher3/PromiseAppInfo.java
+++ b/src/com/android/launcher3/PromiseAppInfo.java
@@ -40,7 +40,7 @@ public class PromiseAppInfo extends AppInfo {
ShortcutInfo shortcut = new ShortcutInfo(this);
shortcut.setInstallProgress(level);
// We need to update the component name when the apk is installed
- shortcut.status |= ShortcutInfo.FLAG_AUTOINTALL_ICON;
+ shortcut.status |= ShortcutInfo.FLAG_AUTOINSTALL_ICON;
// Since the user is manually placing it on homescreen, it should not be auto-removed later
shortcut.status |= ShortcutInfo.FLAG_RESTORE_STARTED;
return shortcut;