Passing stateHandler information to the callback
Bug: 78478167 Bug: 78478567 Change-Id: Ie3334c4473037c31d87bda950239c628e219dc46
This commit is contained in:
@@ -1278,7 +1278,7 @@ public class Launcher extends BaseDraggingActivity
|
||||
}
|
||||
|
||||
if (mLauncherCallbacks != null) {
|
||||
mLauncherCallbacks.onHomeIntent();
|
||||
mLauncherCallbacks.onHomeIntent(internalStateHandled);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -50,7 +50,7 @@ public interface LauncherCallbacks {
|
||||
void onAttachedToWindow();
|
||||
void onDetachedFromWindow();
|
||||
void dump(String prefix, FileDescriptor fd, PrintWriter w, String[] args);
|
||||
void onHomeIntent();
|
||||
void onHomeIntent(boolean internalStateHandled);
|
||||
boolean handleBackPressed();
|
||||
void onTrimMemory(int level);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user