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:
Zak Cohen
2021-09-28 20:44:52 +00:00
committed by Automerger Merge Worker
5 changed files with 0 additions and 37 deletions
@@ -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);