History log of /frameworks/base/core/java/com/android/internal/app/AssistUtils.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
19695d97118d74aa7f54ba09b178e65378825cc0 21-Jul-2015 Jorim Jaggi <jjaggi@google.com> Add callback to voice interaction session for lockscreen shown

Bug: 22402726
Change-Id: Iaf83e2f2b0389d74b6ecf480aa91a34443803f7b
/frameworks/base/core/java/com/android/internal/app/AssistUtils.java
e446dcee8f5c24121adbfb7600453e0de1826497 20-Jul-2015 Jorim Jaggi <jjaggi@google.com> Fix SysUI crashes on svelte devices

Bug: 22602295
Change-Id: Idac0d62683c0f6f7cf7b795967632e34d771c4f7
/frameworks/base/core/java/com/android/internal/app/AssistUtils.java
17f693520da8977c4a60f5b4be3be035cba7146c 18-Jul-2015 Dianne Hackborn <hackbod@google.com> Fix issue #22531747: Assist info should declare if user has disabled...

...context and/or screenshot

Added new API to find out what contextual data has been globally disabled.

Also updated various documentation to make it clear what kind of contextual
data you will get (and when it will be null).

Also added a new Activity.showAssist() API because... well, I was already
in there, it was easy to do, it is safe, and maybe people will build cool
things with it.

Change-Id: Ia553d6bcdd098dc0fce4b9237fbfaca9652fc74b
/frameworks/base/core/java/com/android/internal/app/AssistUtils.java
165ce066b701ba0153000f0692bfc7032655d17d 07-Jul-2015 Jorim Jaggi <jjaggi@google.com> Fix assist for hardware long-press

Activating the assistant will now route through SysUI, so
we have the logic whether to start an activity or to start a voice
interaction session in one single place.

Bug: 22201770
Change-Id: I0f4699533aea2a1e595ee25a844434c82f548c01
/frameworks/base/core/java/com/android/internal/app/AssistUtils.java
e91750804a5fb4e7beb4f34f2ba40825e4a28e93 15-Jun-2015 Adrian Roos <roosa@google.com> Add AssistUtils

Enables code sharing with Settings for consistent
default value handling.

Bug: 21780590
Change-Id: I669b673f90fab503ae0c2179f09ebac9592bd33a
/frameworks/base/core/java/com/android/internal/app/AssistUtils.java