OSDN Git Service

Add background flag to CI system update intent
authorNaina Nalluri <nainanalluri@google.com>
Mon, 1 Apr 2019 23:03:20 +0000 (16:03 -0700)
committerNaina Nalluri <nainanalluri@google.com>
Wed, 10 Apr 2019 22:12:10 +0000 (22:12 +0000)
commitdfbe891e39e66c6676d918107318da1c37017389
tree03b98b0466bb9c6195dd90fcc0abcdf8986ea20a
parent0333b07a1e3c1c8a137596c95f6d6ca7797deb2e
Add background flag to CI system update intent

Add flag to allow KEY_CI_ACTION_ON_SYS_UPDATE_INTENT_STRING
intent. This is needed
as the receiver service is modified to use
latest target version SDK which introduces Background
broadcast limitations.

Bug: 78634470
Test: On Device, verified that the intents are
      received by the service
Change-Id: I140c1988b241885a737413bd5f0b9c3cc63c4ea8
src/com/android/settings/system/SystemUpdatePreferenceController.java