OSDN Git Service

Fix #29073394: Need to bind to scorer after user is unlocked.
authorJeremy Joslin <jjoslin@google.com>
Thu, 2 Jun 2016 14:58:14 +0000 (07:58 -0700)
committerJeremy Joslin <jjoslin@google.com>
Thu, 2 Jun 2016 20:50:40 +0000 (13:50 -0700)
commit967b5815fb55e25419dcfdcf2144cce513123a61
tree92cc97a6064e0ac5887d5e25adff243c2d9a4651
parent6df8a9a89fc87649595926592bf895768c861b68
Fix #29073394: Need to bind to scorer after user is unlocked.

Scoring apps aren't required to be encryption aware so they may not
be discovered and bound to when the PM is queried during bootup.
To fix this we perform discovery after ACTION_USER_UNLOCKED is seen.

BUG: 29073394
Change-Id: Ic423f3f06f42932724e5f7cc53ede3be1c4f2f13
services/core/java/com/android/server/NetworkScoreService.java