diff options
author | Yohei Yukawa <yukawa@google.com> | 2015-06-20 00:41:31 -0700 |
---|---|---|
committer | Yohei Yukawa <yukawa@google.com> | 2015-06-20 00:41:31 -0700 |
commit | 094c71fd5c0b6b7ce4cd71d097d226a6a1acfc90 (patch) | |
tree | 08538fb32f7719838fc57bb78037d6b2af1bf49f /location | |
parent | 93297d20865b1548d4405c22bf0c7f94140b43c9 (diff) | |
download | frameworks_base-094c71fd5c0b6b7ce4cd71d097d226a6a1acfc90.zip frameworks_base-094c71fd5c0b6b7ce4cd71d097d226a6a1acfc90.tar.gz frameworks_base-094c71fd5c0b6b7ce4cd71d097d226a6a1acfc90.tar.bz2 |
Set DISABLED_UNTIL_USED for the correct user in IMMS.
This CL makes If8ff1b2b95c36d33148def2ab87bd006aa520cc0
multi-user aware.
It turns out that DISABLED_UNTIL_USED has not been correctly
set to IMEs seen from secondary users because we have used
IMMS#mContext.getPackageManager(),
which always returns the PackageManager with the primary
users' context, when specifying
COMPONENT_ENABLED_STATE_DISABLED_UNTIL_USED.
We should use IPackageManager instead as we have already done
in many places of IMMS since Ib23849d352db33f0747aa9d5a178f00.
Bug: 8148605
Bug: 8365223
Bug: 21953608
Change-Id: I4b9d6510bf965204bb1f68c8b527d1a4df23fac4
Diffstat (limited to 'location')
0 files changed, 0 insertions, 0 deletions