am: 82404bc
* commit '82404bc0689aceb328a29fe17c277091ce793fa8':
Deprecated the contentinfo and the number
Change-Id: I4ab5ddb1fa42221377d5603e89dfea84425344fe
am: d273f0d
* commit 'd273f0d659b2850a2956d94229a48f17df77a740':
More work on issue #26390151: Add new JobScheduler API...
Change-Id: I8e01e1695c6860d04655b9be06d2f10afc72d3e9
- In PWM, make sure to read the height values after the new
configuration has been applied.
- Reset all navigation bar button icons when density changes.
- Adjust height of notification bar.
- Reload divider height values in SysUI and WM.
- Snap divider handle to a new position after loading the
new configuration, as the snap points change.
Bug: 26844819
Bug: 27450471
Bug: 27921696
Change-Id: I9e28f0c49f6367c5fcfac010e7a6e98a42e85996
am: a01c1f0
* commit 'a01c1f0d90def31de9bdd21bada11a3dfc0444b0':
xxxTrustAgentConfiguration should be supported in the parent DPM instance
Change-Id: I75cb2133f8f54ccf938fb5d107a8dc8f2dcd6f9c
This clarifies the usage of setPriority() for receiver filters.
Should also adjust the XML description of android:priority to
better describe the new behaviour for activity filters
Bug: 26417683
Change-Id: I96b2d90d71640041e232c401cf6e6838dbdbfeab
am: 9745ea3
* commit '9745ea35361141a94e775920a941f913af01134a':
Put disallow-safe-boot restriction to system settings to make it accessible during boot.
Change-Id: I2d6e50105de5585a073dc789e6ad9ce998730456
Tracing for cert collection in PackageManagerService was only
catching one of a couple usages. Move tracing lower in the
call stack to ensure tracing exists for all calls.
Also added a new tag to differentiate between verifying v1 & v2
signatures.
Bug: 27502465
Change-Id: Ie29f326e44f32cdbea1572714689c82f07ca12ba
am: 12a52bc
* commit '12a52bc3914ac593eb74f5787de54f3682d7f01d':
Fix a regression in SHOW_IME_WITH_HARD_KEYBOARD handling.
Change-Id: I3b807d48681946cbdccb6dc1c15fe5aa02502845
am: 4a53c8e
* commit '4a53c8e70253928bf89913cb313de47450d0782f':
Document which APIs are callable on the parent instance
Change-Id: I4cd3ca078d47bcb6c3f1d34f92224e5c8eb3e05f
In DPM it is possible to retrieve a parent instance to set policies
that are applied to the profile parent. Extend the javadoc to clarify
which APIs are actually callable on the parent instance.
Bug: 27532279
Change-Id: I7ed40f8c3c7c3089283489bff41a04c70239d5a4
am: 3671285
* commit '36712853a9d0b57702ee5b1fd936ff0b9f48c151':
Make public the registerDefaultNetworkCallback API
Change-Id: I35035f991a45ec700530a83cc9cc89145ebb0bb6
This is a follow up CL to my previous CL [1], which caused a regression
that LatinIME does not correctly initialize its UI when:
1. Make sure SHOW_IME_WITH_HARD_KEYBOARD is off.
2. Pair a hardware keyboard.
3. Reboot.
4. Make sure the hardware keyboard is paird.
5. Focus in a text box.
6. Make sure that LatinIME does not show software keyboard.
7. Tap the IME switcher and turn of "Show Input Method" toggle.
Previously IMS had called many methods from
IMS#onConfigurationChanged(), which was just replaced with
IMS#restartInput() by my CL [1] then broke some assumptions in LatinIME.
This could also break other IMEs' assumptions as well.
To avoid unexpected regressions between M and N like this, this CL
ensures that those methods are called as we have done until [1].
[1]: Id4d332e3909590c68345e10e1f2e18650efb2eb7
7b739a802c
Bug: 26985193
Change-Id: Iebd98f26d388b64cb318ac202b3bcdd956bd3a27
Since Lollipop, routes are isolated within Networks. Flushing a
Network's DNS cache whenever that same Network's routes are updated
doesn't provide any benefit. Any system components depending on this
behaviour need to uncovered and fixed.
Additionally, clean up no-longer-used flushNetworkDnsCache(). This
should be replaced, when needed, by a proper binder interface to netd.
Change-Id: I34bf79e4839da014d466058a876d754209d0c007