am: 13da561
* commit '13da5613e2fce0ca2d5682fd202234856d2206e9':
Cleanup of the PackageInstaller API - Frameworks
Change-Id: Ibe4a6258c6437a9e86ed25e242301ca6d6635d26
am: c947ebd
* commit 'c947ebd66d397782af0870df457ccc4fe83c77cc':
Cleanup of the PackageInstaller API - Frameworks
Change-Id: I50e4c8357bb0c5abab9c37b6a39628f6e3e0ea1b
am: 9aff58d
* commit '9aff58d6204d58c04b4257519f8dfeab1fd00033':
Remove dependencies on Activity from common Fragment superclasses
Change-Id: I6c6e35c552fb7699e3d44a364f18624b888011df
am: d2285b1
* commit 'd2285b1f40a714a49602dab5645c194af0eac880':
Remove dependencies on Activity from common Fragment superclasses
Change-Id: Ic0da5094cae15e03f139eae6ed2760a6cd126e0c
am: 115ee83
* commit '115ee8340fd0ef4090550f046e2da51f476d32c0':
Disallow disable of the system shared libs.
Change-Id: I9f96c94d6a0007ea602ef0c923e9079dceff4094
am: 69a8981
* commit '69a89816f9b7fb016e43e7e68236e37c45e35e42':
Force pinned windows to always be scaleable.
Change-Id: I40ad7e8fcee70903e0998487ad144c75d39c12f8
am: a384cda
* commit 'a384cdae6494d60149043ca244b76761c9c27dca':
Changes Message from using parcels to bundles
Change-Id: Icb2bbe938f13036e51a650e85bee45b741c5004c
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: I9814eafd0b22ae03b4b847a7007cdbf14c9e5466
am: 50d08f8
* commit '50d08f81d7c9e614f2a3f23fd815bbc183419874':
Disallow disable of the system shared libs.
Change-Id: I689b99c36e7037ef4efbcbccea04be33e442c84e
am: 5a91b61
* commit '5a91b615232374084a45752d7c09c25265e263ed':
Disallow disable of the system shared libs.
Change-Id: I111c0285b73ffa64594c39b54d18d5d3ff670953
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: 1f2c9f2
* commit '1f2c9f2283287f5f877deb262b30569f072d4af9':
Adds a BigPicAmbient flag to WearableExtender
Change-Id: Ie53c3fd0b7124cc4ddd92571041669f5a82732f1
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: 82604ed8cc
* commit '82604ed8cc68f87b65654785f1c4b729e76b8d9c':
Rename 'thousands of an inch' to 'thousandths of an inch'in the docs.
Change-Id: Ifce391490dd013cdad3f3c25cda3421dcd8028dd
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