This patch loads all physical keyboards at once and only updates the
screen after that returns. Previously, each keyboard's data was
loaded individually and the screen was updated for each keyboard
when the data was received.
Bug: 27549590
Change-Id: I05d80d74df14fb7bfaa0ce76a1f8919889865108
am: 5eff28a
* commit '5eff28a5cfce5c7c29a367c4a9885514088d8a41':
Shorten title name so as not to hit char limit.
Change-Id: Id00e95153de7464c8fcbf7adae9dd2009d1b1f98
am: cf87fd5
* commit 'cf87fd5beda44205a0d87565d2672cf038fbe70e':
Shorten title name so as not to hit char limit.
Change-Id: I849aacf5c30610a8396146b86b65c9ff612ac29d
This is a follow up CL to my previous CL [1], which tried to rename a
settings item "Add virtual keyboard" but ended up with hitting char
limit in many languages. We decided to use "Manage keyboards" instead
so as not to hit char limit.
[1]: Id2ae61519152bbe622aa5915f728a4cbbc49e078
611410a8c4
Bug: 27543291
Bug: 27959401
Change-Id: I6e4795f8c4dbe9857d036ca19689e05658aa0640
Helper should have same lifecycle as the class itself. Also rearranges
class to match up with standard Android class organization.
Bug: 27674946
Change-Id: Ib2ab1e367d4ef1757321375bbb7e4c5f0dc8f46c
am: 0b4846e
* commit '0b4846e808f736abb5c524cf914e684d5b12627f':
TrustedCredentialsSettings should be launched in personal user instead of work user
Change-Id: I5f06de99e8f70cb3e2cc4d028c0dd00f9f138818
am: 37afa28
* commit '37afa286f926b527c430c312d509eb8ebe7a2593':
TrustedCredentialsSettings should be launched in personal user instead of work user
Change-Id: I85809994177a3c605e3b3ca4e9d57c7996016566
am: 957ec6a
* commit '957ec6aee4ad8dfbde5cedb9791effdce1ca9825':
Allow user to hide sensitive notifications with no work challenge
Change-Id: I999f240c0112abb9b366017e7def431a2c3dae79
am: 9f4ad67
* commit '9f4ad67fad34331aecbdabd4a0193038fa0e9f79':
Allow user to hide sensitive notifications with no work challenge
Change-Id: I80943b49439532bdb676825ac9a8ee5bc7088b11
Show a hint text to user noting that pattern/PIN/password is
required when decrypting the credential based storage when file
based encryption is turned on.
The hint text is the same as that of the device unlock screen after
device reboot.
Bug: 27964055
Change-Id: I0d5a493bab69eae5ce4742bd07d4851387863cac
am: c6696f1
* commit 'c6696f1c8675692bb0977a35ab65920f9eef67f1':
Credential storage: check lock quality for right user
Change-Id: Iea17251ba3d27f2d4a2978d4466e5f80c0effdbe
am: 16b4ac8
* commit '16b4ac8a8efb7ea06397ff559984c3c08f275398':
Credential storage: check lock quality for right user
Change-Id: Iea518cce08617d5ccfa6d5e43d5a65e377631528
Changed type of Settings > Display > Wallpeper menu item
to RestrictedPreference. This allows to show the reason,
why the Wallpaper menu item is blocked.
BUG: 27914814
Change-Id: I6eb23ec9fcaa39bb7e45d020a5aaca0d83cef81f
Previously many usages of UserManager.getProfiles and getEnabledProfiles
were only using ids of returned users. Given that the list of users needs
to be parceled and unparceled for Binder calls, returning array of ids
minimizes memory usage and serialization time.
A new method getProfileIds was introduced which returns an array of userIds.
Existing method calls were updated where appropriate.
Bug: 27705805
Change-Id: Ib042f38d53d95d3b07cda7f824e5cb8c06cd10f5