Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 4c334f60 authored by Andy Wickham's avatar Andy Wickham
Browse files

Adds path for Launcher to request Assist override.

Launcher -> SysUI (ISystemUiProxy):
 - setAssistantOverridesRequested(int[] invocationTypes)

SysUI -> Launcher (IOverviewProxy):
 - onAssistantOverrideInvoked(int invocationType)

Override logic is consolidated in AssistManager, which stores
the invocation types that Launcher has requested to override.
Any startAssist calls to those types are sent over OverviewProxy.
Otherwise the existing flow is used.

Bug: 295874732
Test: Manual
Change-Id: I1707cb0e5903bbb9bb3392e2954514e259f0312d
parent 395c0b37
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment