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: I7f5a50b52881b5c8f9d8b6c8c622d3652a769fd7
Loading
Please register or sign in to comment