Merge "Remove Content Push prototype." into sc-v2-dev am: c1359c448d am: a163c68ee2
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15922695 Change-Id: I30a08ef27bee0d2252ceaaac5acbf6f10879ad13
This commit is contained in:
@@ -58,12 +58,6 @@ public class QuickstepTestInformationHandler extends TestInformationHandler {
|
||||
FeatureFlags.ENABLE_OVERVIEW_SHARE.get());
|
||||
return response;
|
||||
}
|
||||
|
||||
case TestProtocol.REQUEST_OVERVIEW_CONTENT_PUSH_ENABLED: {
|
||||
response.putBoolean(TestProtocol.TEST_INFO_RESPONSE_FIELD,
|
||||
FeatureFlags.ENABLE_OVERVIEW_CONTENT_PUSH.get());
|
||||
return response;
|
||||
}
|
||||
}
|
||||
|
||||
return super.call(method, arg);
|
||||
|
||||
Reference in New Issue
Block a user