Files
frameworks_base/core/java/android/app
Dianne Hackborn 72bea4a1f0 Implement lenient background check option.
Which really means, make background check much more
strict, with an option to revert to the more lenient
behavior.

In this strict version, an app can't have services
started or receive broadcasts at any point when it is
not foreground.  Also, it doesn't matter the importance
of a caller trying to start a service, it only depends
on the state of the app whose service is being started.

A new activity shell command allows you to control
whether to use the strict or lenient behavior.

Change-Id: I660df480dd55575a38c9542210210ec53e34eca0
2016-02-18 13:42:52 -08:00
..
2016-02-11 11:28:48 -08:00
2016-01-25 14:09:01 -08:00
2016-02-05 19:41:04 +00:00
2016-02-17 06:17:48 +00:00
2016-02-09 15:56:13 -07:00
2015-11-16 16:10:56 -05:00