commit | 775455c4a8266655bf43b943e969d42ac32609ec | [log] [tgz] |
---|---|---|
author | Tony Wickham <twickham@google.com> | Fri Oct 16 09:49:32 2015 -0700 |
committer | Tony Wickham <twickham@google.com> | Fri Oct 16 10:15:36 2015 -0700 |
tree | 950227c398b06e7cd9b75e21f48f7ce81b21b3d6 | |
parent | 28c6b963d4ccac73ab857c839420513dd560945c [diff] [blame] |
Add LauncherCallbacks method to add additional search widget options. Bug: 25000458 Change-Id: I5e8d48617568569bc6e4f284749c3ed9fb20a68f
diff --git a/src/com/android/launcher3/LauncherCallbacks.java b/src/com/android/launcher3/LauncherCallbacks.java index 927db22..f27ed1d 100644 --- a/src/com/android/launcher3/LauncherCallbacks.java +++ b/src/com/android/launcher3/LauncherCallbacks.java
@@ -83,6 +83,7 @@ public boolean hasCustomContentToLeft(); public void populateCustomContentContainer(); public View getQsbBar(); + public Bundle getAdditionalSearchWidgetOptions(); /* * Extensions points for adding / replacing some other aspects of the Launcher experience.