am: 0858ce1
* commit '0858ce1488b7cd916b565956b7c0bcc8a699ab27':
Make "work mode on dialog" show personal challenge in unified work lock
Change-Id: Idb75d79eacebbdced021c1b96d73357b0e54a281
am: c8d363e
* commit 'c8d363e24c4906f2a9d261d46503f16b4b63bccd':
Cleanup of the PackageInstaller API - Settings
Change-Id: Ie4352dff2c554c760a78b8d071ffaf29b3720e2a
am: 1d3f1e0
* commit '1d3f1e0fde8538ba0edd54009931edd48c097fe0':
Disable tethering when Data Saver mode is on.
Change-Id: I8d8f59aa6726c4e47f0b7ed26400645ce1e97d6c
am: badb762
* commit 'badb762523ae7cebf6db98f5a590f403893a7d99':
Update print jobs appropriately in the print settings.
Change-Id: Ib1eb53c336d63543333d83fc25cfd55fac1f6bfb
am: af6236d06f
* commit 'af6236d06f1be85bc52e04e9cad8478035a677ab':
Don't link to MobileNetworkSettings unless admin user
Change-Id: I1f2f8772015145bf418472f6389ea2d8f8533601
When in doubt, post to main thread.
Also clean up the listening state just in case there were any
doubts about it.
Change-Id: I9ab85781f38b0f694dc46ed5a953506ef10c5778
Fixes: 28319383 (Fingers crossed)
am: 65515931e9
* commit '65515931e98341e17cf6207b363dbe3f4399fcfd':
Add accessibility actions to the drag-and-drop locale list
Change-Id: I8726a6ce617f2c3347b00bc7ac857fd1ba8f7b47
It's pointless, verging on antipattern, to pop up a notification that
points to the screen we're already on, especially when that notification
is telling us something really high-priority ("your connection failed").
Change-Id: Idf0c219adcefd64b235960f3239a70b059213f7d
Fix: 27374485
am: 8f5c694989
* commit '8f5c6949894ac0ccafa7371b4bb872abbfe41de9':
Disable trust button when no screenlock is set
Change-Id: I30426f91728ea924a9e02c08111c76a100607910
am: b3146b0071
* commit 'b3146b007137f0a552025ed76e8619ad9d44c4f1':
New UI to hint user about strong auth
Change-Id: I44f3a81ff5e2326aabd02072af8c899adc5cdf95
The PackageInstaller app manages side-loading apps as well
as permission management. It should be updatable, hence
should rely on system APIs to talk to the platform. This
is the first step of defining an API boundary.
Change-Id: Ibb21114a7a9fa28f6db68492fe37c02c1b2f0c6b
Dragging is not supported neither by TalkBack or the accessibility
framework at the moment. So we need custom actions to be able
to change the order of the locales.
Also, the remove functionality is difficult to discover and use
with TalkBack only, so we are also adding a "remove" action.
It only removes one locale at the time, but most users don't
really add many locales "by mistake", so there is no real need
to delete a lot of locales at once.
Bug: 28173358
Change-Id: I3566304e3d2de87cf9243d7e87631b12d72fc929
- Always use a fresh print job as once the print job goes away it cannot
be read. Before we were stuck with the last state which might not been
the last state
- make loaders relative to fragment to avoid loader id duplications with
other ids of the activity.
Fixes: 28315242
Change-Id: I57eeb64b44b5d77b2092c22b175407131f7baf97
am: b1cdea67a5
* commit 'b1cdea67a5e2dda1ece17df4b98f20e7eeaa8a46':
Settings: change the TTS text to use the current locale
Change-Id: I3dbff4d2ab2b2cb34ab0adf765a75f0bafd33aa8
Steps:
1. Add a new APN;
2. Click 'Reset to default';
3. During reset, click the new APN;
4. Crash happened.
Solution:
Disable menu items when reseting default APN.
Bug: 28314239
Change-Id: I8df439d066e58039e9f91a9be642127eb7298159
am: e2ae135d3c
* commit 'e2ae135d3c0612081eb6f23e37011e05136a6693':
Be more aggressive caching Vpn preference attrs
One updateSummary method called by all VPN prefs
Change-Id: I5d447989c9a149314bf0fcde0e4f1f77b868f40e
Previous CL accidentally cleared the listening bit too early making
it never actually tell the SummaryProviders to stop listening.
Change-Id: I6af1acc861f6987b33641c40637354c75cf4d708
Fixes: 28306872
am: b156761ae8
* commit 'b156761ae88d63e982bdaae413fe102fc4042c3a':
Support IMEs that have no subtype in PhysicalKeyboardFragment.
Change-Id: I99ee1f03a52d650186070c572641fa84091e21b5
As any change to the preference title will cause it to lose focus,
best not to do this too often.
Change-Id: Ibac27ee1de42fd7ca05f3e3685b84f37dac39517
Fix: 28191965