Christopher Tate
a836c545c3
Keyguard wallpaper am: be132e6ea4
...
am: 15e95000b1
* commit '15e95000b18086fc4f5dd948207a8fa863492852':
Keyguard wallpaper
2016-02-18 23:16:51 +00:00
Christopher Tate
15e95000b1
Keyguard wallpaper
...
am: be132e6ea4
* commit 'be132e6ea494023d4b8c37658a34efa8b705dce9':
Keyguard wallpaper
2016-02-18 23:10:07 +00:00
Christopher Tate
be132e6ea4
Keyguard wallpaper
...
Clients can now set a lock-only wallpaper that Keyguard can
observe and choose to draw as appropriate.
Bug 25454162
Change-Id: I3fc30e02919e814b55dfded2a1a36ad9d2e55299
2016-02-18 15:01:02 -08:00
Andreas Gampe
461973b1e2
Merge "Frameworks/base: Use Log.printlns in RuntimeInit" into nyc-dev am: a2cc0c2ca2
...
am: 730eef4a82
* commit '730eef4a829e0d43facb4dbd6a657917d2716396':
Frameworks/base: Use Log.printlns in RuntimeInit
2016-02-18 22:49:45 +00:00
Adam Lesinski
d09e35a69b
Merge branch \'nyc-dev\' of /usr/local/google/game/mirror/googleplex-android_googlesource_com/platform/frameworks/base into nyc-dev am: cfd49456ec
...
am: 1720dd8618
* commit '1720dd86180c27e80fb191ed70be38cbfefc36af':
Push mapping of package name to appId to kernel.
2016-02-18 22:40:01 +00:00
Andreas Gampe
730eef4a82
Merge "Frameworks/base: Use Log.printlns in RuntimeInit" into nyc-dev
...
am: a2cc0c2ca2
* commit 'a2cc0c2ca282d9b4b8525df37bdb9e9cb0304abc':
Frameworks/base: Use Log.printlns in RuntimeInit
2016-02-18 22:36:00 +00:00
Andreas Gampe
a2cc0c2ca2
Merge "Frameworks/base: Use Log.printlns in RuntimeInit" into nyc-dev
2016-02-18 22:26:13 +00:00
Adam Lesinski
1720dd8618
Merge branch \'nyc-dev\' of /usr/local/google/game/mirror/googleplex-android_googlesource_com/platform/frameworks/base into nyc-dev
...
am: cfd49456ec
* commit 'cfd49456ecd7af35bc808f0e5a6b0ff6db444c25':
Push mapping of package name to appId to kernel.
2016-02-18 22:16:33 +00:00
Jeff Sharkey
550b38d85b
Merge "Push mapping of package name to appId to kernel." into nyc-dev
2016-02-18 22:07:06 +00:00
Andre Eisenbach
b8294d3b8e
Read Bluetooth interop database entries from settings (1/2)
...
am: 82a94d98e7
* commit '82a94d98e74b6ba0f816c675486a0672d473ecf5':
Read Bluetooth interop database entries from settings (1/2)
2016-02-18 22:02:08 +00:00
Andreas Gampe
d888beb9bf
Frameworks/base: Use Log.printlns in RuntimeInit
...
Make printlns in Log public-@hide so it can be used.
Print uncaught exceptions that will terminate the process in
RuntimeInit using printlns, so that long exception traces are not
being truncated.
Bug: 27245306
Change-Id: Ib24635f0ebdd80bd125e367302cab6a78e6a210a
2016-02-18 14:01:41 -08:00
Jeff Sharkey
2271ba3627
Push mapping of package name to appId to kernel.
...
The new sdcardfs kernel driver needs to know this mapping for
deriving UID permissions, so push the data through /config when
supported by the kernel. This also has the nice benefit of letting
us push only the deltas of what actually changes, instead of
re-parsing the entire "packages.list" file.
The mappings for newly installed apps are pushed before the app is
allowed to run, removing some latent race conditions. Also cleans
up stale mappings when packages are uninstalled, and whenever the
system server reboots.
Bug: 19160983
Change-Id: Iace92efb69616c96b34c0d9d911e4b54e5fd8a67
2016-02-18 15:01:15 -07:00
Chris Tate
a9520351bb
Merge "Add android:backupInForeground" into nyc-dev am: 40d8823dd3
...
am: eced804d01
* commit 'eced804d011c763728f231c2c64f02de2c945edc':
Add android:backupInForeground
2016-02-18 21:59:52 +00:00
Chris Tate
eced804d01
Merge "Add android:backupInForeground" into nyc-dev
...
am: 40d8823dd3
* commit '40d8823dd32a6898198c8680135dea715fbddd51':
Add android:backupInForeground
2016-02-18 21:52:24 +00:00
Andre Eisenbach
82a94d98e7
Read Bluetooth interop database entries from settings (1/2)
...
Interop database entries are stored in the system settings entry
"BluetoothInteropDatabase". The format is a list of entries separated by
";". An entry consists of a BDA fragment, followed by a comma and an
integer representing a feature from interop.h.
Example:
To disable LE secure connections for devices starting with BDA 11:22:33,
use "11:22:33,0".
Bug: 26548845
Change-Id: I6a9fd34f6af4d3bdfcaa0e051eafebdfbf2a4949
(cherry picked from commit 3bc623be8d )
2016-02-18 21:51:44 +00:00
Antonio Cansado
c607d1db22
Merge "Implementation of data usage callbacks." into nyc-dev am: 12d7ea815b
...
am: 7e098af672
* commit '7e098af67280dbc877790486043998b13e83986e':
Implementation of data usage callbacks.
2016-02-18 21:12:15 +00:00
Antonio Cansado
7e098af672
Merge "Implementation of data usage callbacks." into nyc-dev
...
am: 12d7ea815b
* commit '12d7ea815b772b1013f9f5a583d296701a702a0c':
Implementation of data usage callbacks.
2016-02-18 20:53:58 +00:00
Jeff Sharkey
3825dcd754
Merge "Make BackupManager encryption aware." into nyc-dev
...
am: 003ee19851
* commit '003ee198518490c9572e610ddc21e8b3a024364c':
Make BackupManager encryption aware.
2016-02-18 20:52:48 +00:00
Christopher Tate
43fbc5f898
Add android:backupInForeground
...
An app can now declare that it really needs to be backed up
whenever possible even if it is currently engaged in foreground-
equivalent work. Only applies to full-data backup clients: key/value
backups are not intrusive on normal lifecycle so they can already
happen in such circumstances.
Bug 26790411
Change-Id: Ia0ebcc7a53da888ae9ae4d63cd4bcab6e3a2e866
2016-02-18 20:47:36 +00:00
Doris Liu
117a29cae7
Merge "Revert "Revert "Revert "VectorDrawable native rendering - Step 5 of MANY"""" into nyc-dev am: 5b7188aebc
...
am: e98f28aad1
* commit 'e98f28aad1b1392cb2673b829c64b445e35f3737':
Revert "Revert "Revert "VectorDrawable native rendering - Step 5 of MANY"""
2016-02-18 19:48:14 +00:00
Doris Liu
e4ab16ec5b
Merge "Revert "Check RenderNode\'s owning view before attaching animators"" into nyc-dev am: b9fb8fdf78
...
am: c5c59024d1
* commit 'c5c59024d1b79fe365fbdbddd5bf80137a6fadcc':
Revert "Check RenderNode's owning view before attaching animators"
2016-02-18 19:47:01 +00:00
Antonio Cansado
12d7ea815b
Merge "Implementation of data usage callbacks." into nyc-dev
2016-02-18 19:43:42 +00:00
Jeff Sharkey
003ee19851
Merge "Make BackupManager encryption aware." into nyc-dev
2016-02-18 19:26:36 +00:00
Doris Liu
e98f28aad1
Merge "Revert "Revert "Revert "VectorDrawable native rendering - Step 5 of MANY"""" into nyc-dev
...
am: 5b7188aebc
* commit '5b7188aebc2401c9c010543eff62ef53036c147b':
Revert "Revert "Revert "VectorDrawable native rendering - Step 5 of MANY"""
2016-02-18 19:23:23 +00:00
Doris Liu
c5c59024d1
Merge "Revert "Check RenderNode\'s owning view before attaching animators"" into nyc-dev
...
am: b9fb8fdf78
* commit 'b9fb8fdf78ba3369da1fc89932bb8253b9183620':
Revert "Check RenderNode's owning view before attaching animators"
2016-02-18 19:20:26 +00:00
Vladislav Kaznacheev
e7fc3fc93b
Merge "Do not call IWindowSession.updatePointer icon from pointer handler" into nyc-dev am: 7549a9a8f2
...
am: ea2ff3ca41
* commit 'ea2ff3ca417712b715179377386f41de26a593c2':
Do not call IWindowSession.updatePointer icon from pointer handler
2016-02-18 19:15:33 +00:00
Doris Liu
5b7188aebc
Merge "Revert "Revert "Revert "VectorDrawable native rendering - Step 5 of MANY"""" into nyc-dev
2016-02-18 19:06:20 +00:00
Doris Liu
b9fb8fdf78
Merge "Revert "Check RenderNode's owning view before attaching animators"" into nyc-dev
2016-02-18 19:04:28 +00:00
Julia Reynolds
487295103d
Merge "Inflate and strip remote views for pre-N apps." into nyc-dev am: 4bb2de2557
...
am: 3c2ed58ff0
* commit '3c2ed58ff01b5443c6d29f5bf873a28062fe0715':
Inflate and strip remote views for pre-N apps.
2016-02-18 19:00:55 +00:00
Vladislav Kaznacheev
ea2ff3ca41
Merge "Do not call IWindowSession.updatePointer icon from pointer handler" into nyc-dev
...
am: 7549a9a8f2
* commit '7549a9a8f2934635ccc58161ebc526c994d7ab58':
Do not call IWindowSession.updatePointer icon from pointer handler
2016-02-18 18:54:15 +00:00
Sudheer Shanka
47dafc978a
Merge "Update ACTION_SHOW_ADMIN_SUPPORT_DETAILS action to be hidden." into nyc-dev am: af9c30aa74
...
am: 19e2adac15
* commit '19e2adac15d36e7307c275e253ae998536e539a6':
Update ACTION_SHOW_ADMIN_SUPPORT_DETAILS action to be hidden.
2016-02-18 18:54:06 +00:00
Shawn Willden
291c7ddc33
Merge "Add support for extending key validity while on body." into nyc-dev am: 0f900c02d9
...
am: b838736b6e
* commit 'b838736b6eea75bb652b2bd7724979074c37d502':
Add support for extending key validity while on body.
2016-02-18 18:45:34 +00:00
Julia Reynolds
3c2ed58ff0
Merge "Inflate and strip remote views for pre-N apps." into nyc-dev
...
am: 4bb2de2557
* commit '4bb2de255733d48cbb21587fa4ab0eb4eacee943':
Inflate and strip remote views for pre-N apps.
2016-02-18 18:40:09 +00:00
Doris Liu
df7fdb1e0b
Revert "Revert "Revert "VectorDrawable native rendering - Step 5 of MANY"""
...
This reverts commit 0d20a275a5 .
Change-Id: I97c782f1164a5d39ab74dc098cca71d9e1b30cd8
2016-02-18 18:37:02 +00:00
Doris Liu
eb40178af3
Revert "Check RenderNode's owning view before attaching animators"
...
This reverts commit 12abdeb3c7 .
Change-Id: I938deddf5f294127f87a0e70f940fe5b9a85e0b2
2016-02-18 18:34:59 +00:00
Sudheer Shanka
19e2adac15
Merge "Update ACTION_SHOW_ADMIN_SUPPORT_DETAILS action to be hidden." into nyc-dev
...
am: af9c30aa74
* commit 'af9c30aa741b0b385840ffcd60040d8524b95f89':
Update ACTION_SHOW_ADMIN_SUPPORT_DETAILS action to be hidden.
2016-02-18 18:34:39 +00:00
Shawn Willden
b838736b6e
Merge "Add support for extending key validity while on body." into nyc-dev
...
am: 0f900c02d9
* commit '0f900c02d9aafa9a98ff39ea7d661c1cdfbddcdb':
Add support for extending key validity while on body.
2016-02-18 18:30:59 +00:00
Jeff Sharkey
2c1ba9a961
Make BackupManager encryption aware.
...
Backup requires both CE and DE storage to be available, so delay
spinning up the backup system until the user is unlocked, since
that's when CE storage becomes available. Note that devices without
FBE immediately transition USER_SYSTEM into the unlocked state,
since their CE is always available.
Offer to backup and restore files under both CE and DE. Since DE
is effectively the same as CE, most logic is simply duplicated for
now, but it could be simplified in the future. Since system apps
can force their default storage location to DE, we always build
explicit CE and DE paths.
Add getDataDir() to give clean access to the top-level private data
directory, but disclaim that apps shouldn't create files there.
Bug: 26279618
Change-Id: Ic34a4b330223725db93b1d0f5c9dffc88002c61f
2016-02-18 10:54:11 -07:00
Vladislav Kaznacheev
7549a9a8f2
Merge "Do not call IWindowSession.updatePointer icon from pointer handler" into nyc-dev
2016-02-18 17:43:39 +00:00
Jeff Sharkey
7368938550
Merge "Make BackupManager encryption aware."
2016-02-18 17:38:42 +00:00
Julia Reynolds
4bb2de2557
Merge "Inflate and strip remote views for pre-N apps." into nyc-dev
2016-02-18 15:18:11 +00:00
Sudheer Shanka
af9c30aa74
Merge "Update ACTION_SHOW_ADMIN_SUPPORT_DETAILS action to be hidden." into nyc-dev
2016-02-18 13:58:05 +00:00
Julia Reynolds
d4ea741d66
Inflate and strip remote views for pre-N apps.
...
Bug: 27120291
Change-Id: I4e1497222f3787e68c3e385e45ab6a7c23799917
2016-02-18 08:35:45 -05:00
Shawn Willden
0f900c02d9
Merge "Add support for extending key validity while on body." into nyc-dev
2016-02-18 12:51:50 +00:00
Shawn Willden
adef49640d
Add support for extending key validity while on body.
...
Bug: 21563854
Change-Id: I3b622d2af77ec4ac3ba42407fc391112c153ef0f
2016-02-18 05:50:21 -07:00
Sudheer Shanka
aebd5dd786
Update ACTION_SHOW_ADMIN_SUPPORT_DETAILS action to be hidden.
...
Bug: 27225657
Change-Id: I85ad8bf88845e9164011b303ec9ca90d993fc20e
2016-02-18 12:39:57 +00:00
Erik Kline
abef123606
{,Base}DhcpStateMachine is no more am: efa4209fe0 am: 7651b21fe9
...
am: 9a927da7cf
* commit '9a927da7cfd565ee21f5929f2195f9295f81f160':
{,Base}DhcpStateMachine is no more
2016-02-18 04:46:40 +00:00
Erik Kline
9a927da7cf
{,Base}DhcpStateMachine is no more am: efa4209fe0
...
am: 7651b21fe9
* commit '7651b21fe94dc081276a7bbff72f8c37a70f1b94':
{,Base}DhcpStateMachine is no more
2016-02-18 04:42:58 +00:00
Erik Kline
7651b21fe9
{,Base}DhcpStateMachine is no more
...
am: efa4209fe0
* commit 'efa4209fe022d007f48edc3c4feaef00a9865cb5':
{,Base}DhcpStateMachine is no more
2016-02-18 04:38:38 +00:00
Erik Kline
efa4209fe0
{,Base}DhcpStateMachine is no more
...
Bug: 26991160
Change-Id: I21f8c30627bf2a7fbcd5b4d5f1f1ad1a2dda759b
2016-02-18 12:56:45 +09:00