summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/PendingAddItemInfo.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/launcher2/PendingAddItemInfo.java')
-rw-r--r--src/com/android/launcher2/PendingAddItemInfo.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/com/android/launcher2/PendingAddItemInfo.java b/src/com/android/launcher2/PendingAddItemInfo.java
index 904f512b1..b7a76f494 100644
--- a/src/com/android/launcher2/PendingAddItemInfo.java
+++ b/src/com/android/launcher2/PendingAddItemInfo.java
@@ -17,6 +17,7 @@
package com.android.launcher2;
import android.content.ComponentName;
+import android.os.Parcelable;
/**
* We pass this object with a drag from the customization tray
@@ -31,4 +32,8 @@ class PendingAddItemInfo extends ItemInfo {
class PendingAddWidgetInfo extends PendingAddItemInfo {
int minWidth;
int minHeight;
+
+ // Any configuration data that we want to pass to a configuration activity when
+ // starting up a widget
+ Parcelable configurationData;
} \ No newline at end of file