Skip to content

Improve UI hiding behaviour

akwizgran requested to merge hide-ui-api-15 into master

This branch improves the low memory UI hiding behaviour on API 15:

  • Respond to TRIM_MEMORY_RUNNING_CRITICAL warnings, which may be received on API 15 although the constant isn't documented until API 16
  • Don't hide the UI if the app is running in the foreground

Related to #1469 (closed).

Merge request reports