am: 4465e8d6e6
* commit '4465e8d6e68e75b0b5c1114447b8cfeea3873b50':
docs: Added Sony Xperia Z3 as a testing device for Android N.
Change-Id: Icde96164ece2cdea09a5444e820c1f11b7a94cc8
am: 2ebb73e557
* commit '2ebb73e5572eb400d6202c9a0e3d365e1fde9d7e':
docs: Added Sony Xperia Z3 as a testing device for Android N.
Change-Id: I43a8431d48244a6807924239eac4c5211ce380b3
am: 2c98879a27
* commit '2c98879a2793b8607eb4539925e9d1fb38d78610':
docs: Added Sony Xperia Z3 as a testing device for Android N.
Change-Id: I9f254da6427cea0ad4f4edc2fde8e17d679c4017
am: 4af01c1aec
* commit '4af01c1aecc8db2fd084822294ad193a72a34fa7':
docs: Added Sony Xperia Z3 as a testing device for Android N.
Change-Id: I455575a25350b7a0c66b5f8d698d6d0fc51076a5
am: 8262d9c00d
* commit '8262d9c00d7332e7f013ef1af6ea818a5d248ec5':
docs: Added Sony Xperia Z3 as a testing device for Android N.
Change-Id: I56f21d12417b7157f749b02e9f3949bdbace5751
minWidth and minHeight were already defined without format specified
and we need to have definition without format also. Otherwise they conflict.
Bug: 28775586
Change-Id: I0602bd70d03bdacfc604d884951a60871159ed92
am: a75bd7d4e0
* commit 'a75bd7d4e01985c8ad8aa57960337cc3507f374a':
Fixed a bug where autobundling could lead to bugs
Change-Id: Ice2ec07392808c127cac7424f2e193789d712ece
If <uses-sdk> tag is below <application> in AndroidManifest.xml then,
when activity is parsed, targetSdkVersion param is not yet set correctly.
Because of that we're defaulting to RESIZE_MODE_FORCE_RESIZEABLE and the
param resizeableActivity will be ignored.
This CL checks if resizeableActivity was set explicitly when targetSdkVersion
is less than N (or not set).
Bug: 28020462
Change-Id: I099f6c00dd50547ddea873e47dbb447869d0be6f
Fixed a mistake (duplicated known-issue) and changed the AfW section
title.
Also added a new adb-related bug in a new "Developer Tools" section.
See first comment for doc stage location.
bug: 28844418
bug: 28347842
Change-Id: I10138a66d596b8aeb5a35a9366950af9f4c7cc51
If present, the system property "ro.config.lock_wallpaper" provides a
filesystem path to a decodeable image file to use as the system's
out-of-the-box lock wallpaper imagery. In the absence of this
system property, or if the indicated file is absent or unreadable,
then the new framework resource
com.android.internal.R.drawable.default_lock_wallpaper is consulted to
locate a usable asset. This mechanism parallels the existing one for
the default system wallpaper.
By default there is no specific lock wallpaper asset; the resource is
defined to be @null in the standard config.xml file. A product that
wants to define such a factory-default lock-only wallpaper image
will provide the asset as part of its framework resource overlay.
Bug 27828056
Change-Id: Iebf3706222370d0a0a4baf88d71a59ead07a25c7
am: d171df660e
* commit 'd171df660e19bdba4d188beeb8b6023874712413':
Lock down networking when waiting for always-on
Change-Id: I7be0a85597936421750d1da0fde3d55d7d4fabc5
Notifications could appear twice if a notification with an app
group became bundled and one could not be swiped away anymore.
This is because we were unconditionally copying over the override
key even if the notification just became a group.
This also fixes a nullpointer that could happen with a racecondition
when a notification was cancelled and it tried to be used for autobundling.
This also fixes an issue that the autobundling wasn't working correctly
when a notification didn't have a group set but was set to be a
group summary.
Change-Id: Icd971f16ae0804ce162fd3171fcdd99bd04f3885
Fixes: 28706404
Fixes: 28628237