am: 50d08f8
* commit '50d08f81d7c9e614f2a3f23fd815bbc183419874':
Disallow disable of the system shared libs.
Change-Id: I689b99c36e7037ef4efbcbccea04be33e442c84e
am: e67960e
* commit 'e67960ecae2ba008a7d1d364b5fdb1b95a179e52':
Force pinned windows to always be scaleable.
Change-Id: Ie5faf56b2f9ad25d0d9977970fedb681ca72c628
am: 9ef0ce1
* commit '9ef0ce1749e626a47d669a3f4b059ba748d2e69e':
Changes Message from using parcels to bundles
Change-Id: If39af54393915b539a7724deda9404cf4d795f36
am: cb1f9da
* commit 'cb1f9da55b2960f7cabd9c50632f2ac9d8a3311a':
Adds a BigPicAmbient flag to WearableExtender
Change-Id: I37e02f365854200f34a4d6cad52300e4e0ccd253
* introduced a new intent DISMISS_KEYBOARD_SHORTCUTS and
and new public API in Activity (which sends a broadcast
to KeyboardShortcutsReceiver) which applications can
use to dismiss the keyboard shortcuts.
* plumbing and implementation for a new call to dismiss
keyboard shortcuts from PhoneWindowManager and used it:
** when starting activities invoked via Search+key
** when starting activities invoked via META
** when starting activities via application launch keys
* removed unused variable in
Activity#onProvideKeyboardShortcuts
Note that for apps started via touch (aka non-shortcut)
like tapping the Settings gear icon from the notification
bar the menu is not automatically dismissed.
Bug: 28012198
Change-Id: I83a8d4f342bb8a08115a648648834d0d2bac19fd
am: 10a1a656e2
* commit '10a1a656e2769ce3227db1001a4e69eebe99e6ac':
Rename 'thousands of an inch' to 'thousandths of an inch'in the docs.
Change-Id: If260e10e9adc7a9ae892008865fec21490f53739
This is so we can record more specific times in PackageUsage.
If file with only one timestamp per package is found, the value is
copied to all usage slots.
Bug: 27902702
Change-Id: I8affe43c735e54620a9204433aad367cfddfded7
Replace usages where the Long is immediately unboxed or thrown
away with Long.parseLong().
In TaskRecord.java, I also fixed up similar uses of
{Boolean,Integer}.valueOf()
Tested: built frameworks/base successfully.
Bug: 28289401
(cherry picked from commit 4bd017d6a5)
Change-Id: Icfa4708946e774f4a1bacf185c3fd11a7087017e
This patches changes how captive portal tests and network lifecycle
events are logged as connectivity events:
- it splits NetworkMonitorEvent into two event classes:
- ValidationProbeEvent for logging individual probe events.
- NetworkEvent for logging network connection, validation,
lingering, and disconnection.
- it removes the redundant CaptivePortalCheckResultEvent class.
The information logged in CaptivePortalCheckResultEvent was already
logged by NetworkMonitorEvent, but missing the evaluation durations.
It is now logged by ValidationProbeEvent.
- it removes the CaptivePortalStateChangeEvent class, which is now
redundant with NetworkEvent, but missing evaluation durations.
In addition, it adds event logging when ConnectivityService puts a
network into lingering or removes a network from lingering.
Bug: 28204408
Change-Id: I8f9752e4d36175ecfcbd1545a01a41bad6e06ea4
am: 57e4a67be1
* commit '57e4a67be13eede636608f789d1b88d0889683ec':
Fixed a bug where notification header could become empty
Change-Id: I5c22f22e67ed60ae441adccf852fc3850c400ad5
am: 8f32cd4306
* commit '8f32cd4306a201c2167c20fc636fe613f1fabd4c':
Changed the name of chronometer countdown
Change-Id: I2e7040b43c2f46dfc8159d98862e865343df221d
am: 0a7ec886c3
* commit '0a7ec886c35107c1f8d2d1ff3977ac5dd91fddd1':
Don't worry about an extra weak indirection with callback alarms
Change-Id: Ifd44a119263b68ff6b67679931c579dcef622d0e
am: 037235d83e
* commit '037235d83edcc78aab8798a0b221b6f14d9e15f3':
Switched the notification time to relative time
Change-Id: I599b7e0c7e4576e04f9409b464fc7b9a3b96c72c
- This was causing us to try and launch the Recents activity again after
docking because the running task was the newly docked task and not
Recents.
Bug: 28177001
Change-Id: I222e50f6de00a9d7881da2182eebc61564fd3266
Also fixed a few more issues with the header util that could
lead to wrong states.
Change-Id: I95c3479f5d9e5221ee9e91120271e7957b887607
Fixes: 28295743