OSDN Git Service

android-x86/frameworks-base.git
8 years agoMerge "Content description for FloatingToobar overflow." into nyc-dev
Phil Weaver [Tue, 17 May 2016 17:08:28 +0000 (17:08 +0000)]
Merge "Content description for FloatingToobar overflow." into nyc-dev

8 years agoMerge "Introduce system API to get source of user restriction" into nyc-dev
Zoltan Szatmary-Ban [Tue, 17 May 2016 15:16:55 +0000 (15:16 +0000)]
Merge "Introduce system API to get source of user restriction" into nyc-dev

8 years agoMerge "ZygoteInit: warm up JCA providers during preload" into nyc-dev
Sergio Giro [Tue, 17 May 2016 11:02:18 +0000 (11:02 +0000)]
Merge "ZygoteInit: warm up JCA providers during preload" into nyc-dev

8 years agoZygoteInit: warm up JCA providers during preload
Sergio Giro [Fri, 13 May 2016 15:34:46 +0000 (16:34 +0100)]
ZygoteInit: warm up JCA providers during preload

This makes the time spent in the first call of an app to
SSLSocketFactory.getDefault() drop from ~240 ms to ~50 ms. In M
it was around ~6ms. This is due to the fact that, while instantiating
the default factory, all providers are initialized.

In order to obtain the timings above, I created an app calling
SSLSocketFactory.getDefault in onCreate and timed it
with System.currentTimeMillis() .

Bug: 28545496

Change-Id: I650d4b0435e67e481a41e02b0b538ce5cc993fa3

8 years agoMerge "Skip 'network may be monitored' if dying or locked" into nyc-dev
Robin Lee [Tue, 17 May 2016 09:17:19 +0000 (09:17 +0000)]
Merge "Skip 'network may be monitored' if dying or locked" into nyc-dev

8 years agoMerge "Remove "if it succeeds" wording from requestShowKeyboardShortcuts" into nyc-dev
Clara Bayarri [Tue, 17 May 2016 09:12:35 +0000 (09:12 +0000)]
Merge "Remove "if it succeeds" wording from requestShowKeyboardShortcuts" into nyc-dev

8 years agoMerge "PackageManager: Clear foreign-dex markers when the app is uninstalled." into...
Narayan Kamath [Tue, 17 May 2016 08:31:42 +0000 (08:31 +0000)]
Merge "PackageManager: Clear foreign-dex markers when the app is uninstalled." into nyc-dev

8 years agoMerge "Docs: CL for continuing work on tactically merged N-DP3 docs." into mnc-io...
David Friedman [Tue, 17 May 2016 03:29:11 +0000 (03:29 +0000)]
Merge "Docs: CL for continuing work on tactically merged N-DP3 docs." into mnc-io-docs am: bf56921d35
am: 86b5f72636

* commit '86b5f726368c873c8503ed7a8042cfa954f5e1a0':
  Docs: CL for continuing work on tactically merged N-DP3 docs.

Change-Id: I83923831a50a94f46d05e18cfc4d69c68b2e58ed

8 years agoMerge "Docs: CL for continuing work on tactically merged N-DP3 docs." into mnc-io...
David Friedman [Tue, 17 May 2016 03:23:46 +0000 (03:23 +0000)]
Merge "Docs: CL for continuing work on tactically merged N-DP3 docs." into mnc-io-docs
am: bf56921d35

* commit 'bf56921d3527ad0652f4224b422dd611ec1a6fee':
  Docs: CL for continuing work on tactically merged N-DP3 docs.

Change-Id: I8150c709818232cf24e4d967de45aeb1bd4c2956

8 years agoMerge "Docs: CL for continuing work on tactically merged N-DP3 docs." into mnc-io...
David Friedman [Tue, 17 May 2016 03:17:40 +0000 (03:17 +0000)]
Merge "Docs: CL for continuing work on tactically merged N-DP3 docs." into mnc-io-docs

8 years agoDocs: CL for continuing work on tactically merged N-DP3 docs.
David Friedman [Fri, 13 May 2016 17:03:52 +0000 (10:03 -0700)]
Docs: CL for continuing work on tactically merged N-DP3 docs.

This CL continues the work from ag/1036623 and ag/1036124.

Change-Id: Ic1e026ed9f53a389a0435c2b8e21edfe9ef635c4

8 years agoMerge "Sysconfig define a whitelist of permitted backup transports" into nyc-dev
Chris Tate [Tue, 17 May 2016 00:56:48 +0000 (00:56 +0000)]
Merge "Sysconfig define a whitelist of permitted backup transports" into nyc-dev

8 years agoMerge "Fixed bugs with starting windows when displayng forcedResized activity" into...
TreeHugger Robot [Tue, 17 May 2016 00:51:40 +0000 (00:51 +0000)]
Merge "Fixed bugs with starting windows when displayng forcedResized activity" into nyc-dev

8 years agoMerge "Update configuration of all visible activities in a stack when resizing" into...
TreeHugger Robot [Tue, 17 May 2016 00:29:03 +0000 (00:29 +0000)]
Merge "Update configuration of all visible activities in a stack when resizing" into nyc-dev

8 years agoMerge "Allow Shell to change component enabled state" into nyc-dev
Amith Yamasani [Tue, 17 May 2016 00:27:54 +0000 (00:27 +0000)]
Merge "Allow Shell to change component enabled state" into nyc-dev

8 years agoMerge "Fix hw layer overdraw/update visualization" into nyc-dev
TreeHugger Robot [Mon, 16 May 2016 23:58:27 +0000 (23:58 +0000)]
Merge "Fix hw layer overdraw/update visualization" into nyc-dev

8 years agoFixed bugs with starting windows when displayng forcedResized activity
Wale Ogunwale [Fri, 13 May 2016 22:37:13 +0000 (15:37 -0700)]
Fixed bugs with starting windows when displayng forcedResized activity

- Added ActivityOption to mark a starting activity as a taskOverlay
activity. That is the activity will always be the top activity of the
task and doesn't cause the task to be moved to the front when it is added.
- Only set the starting window state of the ActivityRecord to shown if
window manager actually showed the starting window for the activity.
Avoids incorrectly trying to remove starting window for an activity that
didn't show any.
- When starting additional activity in a task, transfer the starting
window from the top most activity with a starting window. It is possible
the top most window does have a starting window like in the case of the
forcedResized activity.
- Only ensure visiblity of an activity we are starting in a task whose top
activity is a task overlay. They need to start in the visible-paused state
and not the resumed state which just causes extra churn in the system.
- Always add additional starting activities in a task with an overlay
activity below the overlay activity.

Bug: 28751186
Change-Id: I3624a4313ae9c406d42c67a3537f67ad685791af

8 years agoHandle multi-window for inset hint
Jorim Jaggi [Fri, 13 May 2016 22:24:39 +0000 (15:24 -0700)]
Handle multi-window for inset hint

We need to incorporate task bounds when calculating the inset hint
so we don't specify something wrong to the client which we correct
immediately after.

Bug: 28697105
Change-Id: I23cec7d6cc62a4d982e0796a867e803d4cce0803

8 years agoUpdate configuration of all visible activities in a stack when resizing
Wale Ogunwale [Mon, 16 May 2016 22:12:03 +0000 (15:12 -0700)]
Update configuration of all visible activities in a stack when resizing

Previously we were only updating configuration for the top activity in
the stack during resizing. This caused an activity behind the top
translucent activity to continue to display in the old configuration
and also get relaunched without window preservation when the top
translucent activity is finished.
We now make sure all activities at all below a translucent activity
have their configuration updated during resizing.

Bug: 28762547
Change-Id: I0926ac6db088cdf3f6a225c552dbfbe944830f68

8 years agoMerge "Make persistent apps become top correctly." into nyc-dev
TreeHugger Robot [Mon, 16 May 2016 23:13:24 +0000 (23:13 +0000)]
Merge "Make persistent apps become top correctly." into nyc-dev

8 years agoMerge "Clear more native pointers in finalizers" into nyc-dev
Hans Boehm [Mon, 16 May 2016 22:45:02 +0000 (22:45 +0000)]
Merge "Clear more native pointers in finalizers" into nyc-dev

8 years agoMerge "Ensure app op restrictions reset when the app that set them dies." into nyc-dev
Svetoslav Ganov [Mon, 16 May 2016 22:42:48 +0000 (22:42 +0000)]
Merge "Ensure app op restrictions reset when the app that set them dies." into nyc-dev

8 years agoMerge "Update default image for n preview docs. Update tools resources." into mnc...
Dirk Dougherty [Mon, 16 May 2016 22:41:55 +0000 (22:41 +0000)]
Merge "Update default image for n preview docs. Update tools resources." into mnc-mr-docs am: 0a957d5aa2 am: b33f36497d
am: a4101e6693

* commit 'a4101e66933fd5acb882bfc0311f3f4b5cbd5b11':
  Update default image for n preview docs. Update tools resources.

Change-Id: I859659905ab0bdd7e16a2406542c0cac69e1f4d7

8 years agoMerge "Avoid weird line wrapping by removing columns and forcing line breaks between...
smain@google.com [Mon, 16 May 2016 22:41:44 +0000 (22:41 +0000)]
Merge "Avoid weird line wrapping by removing columns and forcing line breaks between the links" into mnc-mr-docs am: a0acf474e9 am: 592b36a326
am: 0b019a3d02

* commit '0b019a3d028990a9832188d3ef2c9540e5d37f40':
  Avoid weird line wrapping by removing columns and forcing line breaks between the links

Change-Id: Ifba667194d2e2f04a9824945d5100cdea01a9c77

8 years agoMerge "Workaround that Recents is shown again after an activity is PIPed" into nyc-dev
Jaewan Kim [Mon, 16 May 2016 22:38:22 +0000 (22:38 +0000)]
Merge "Workaround that Recents is shown again after an activity is PIPed" into nyc-dev

8 years agoMerge "Update default image for n preview docs. Update tools resources." into mnc...
Dirk Dougherty [Mon, 16 May 2016 22:35:33 +0000 (22:35 +0000)]
Merge "Update default image for n preview docs. Update tools resources." into mnc-mr-docs am: 0a957d5aa2
am: b33f36497d

* commit 'b33f36497dbc7265ee16323ee6c0281690ca3221':
  Update default image for n preview docs. Update tools resources.

Change-Id: I1ed7ac4ecf30538252d4b277b1baf93ec61e4835

8 years agoMerge "Avoid weird line wrapping by removing columns and forcing line breaks between...
Scott Main [Mon, 16 May 2016 22:35:30 +0000 (22:35 +0000)]
Merge "Avoid weird line wrapping by removing columns and forcing line breaks between the links" into mnc-mr-docs am: a0acf474e9
am: 592b36a326

* commit '592b36a326216cd2442c47da9608ca2afd7e4d16':
  Avoid weird line wrapping by removing columns and forcing line breaks between the links

Change-Id: I54b1282f6ef2d92251a4624c8f439499831af1a6

8 years agoEnsure app op restrictions reset when the app that set them dies.
Svetoslav Ganov [Sat, 14 May 2016 00:08:16 +0000 (17:08 -0700)]
Ensure app op restrictions reset when the app that set them dies.

We were not keeping track when an app that set an app op restriction
dies to clean up after that. As a result we may end up with stale
restrictions that will be there until the device reoots - not cool.
This change adds remote binder death tracking and simplifies the
code as adding the formed would have made more complex.

bug:28770536

Change-Id: I7dcaafba2354843a0cdf0206ab1f96625edc5120

8 years agoMerge "Update default image for n preview docs. Update tools resources." into mnc...
Dirk Dougherty [Mon, 16 May 2016 22:31:30 +0000 (22:31 +0000)]
Merge "Update default image for n preview docs. Update tools resources." into mnc-mr-docs
am: 0a957d5aa2

* commit '0a957d5aa28920f8854070676955f941e3ae6726':
  Update default image for n preview docs. Update tools resources.

Change-Id: I3fa206d3bfc74d20cb74e19f0d084d62fb47c0e2

8 years agoMerge "Avoid weird line wrapping by removing columns and forcing line breaks between...
smain@google.com [Mon, 16 May 2016 22:31:22 +0000 (22:31 +0000)]
Merge "Avoid weird line wrapping by removing columns and forcing line breaks between the links" into mnc-mr-docs
am: a0acf474e9

* commit 'a0acf474e9db6e1a444d7e48b520b48ded8fcdce':
  Avoid weird line wrapping by removing columns and forcing line breaks between the links

Change-Id: I337e5167eb9191f674c6cc397d61925c334c3b72

8 years agoMerge "Update default image for n preview docs. Update tools resources." into mnc...
Dirk Dougherty [Mon, 16 May 2016 22:27:47 +0000 (22:27 +0000)]
Merge "Update default image for n preview docs. Update tools resources." into mnc-mr-docs

8 years agoMerge "Fix transition delay tracking when starting activity from recents" into nyc-dev
TreeHugger Robot [Mon, 16 May 2016 22:27:38 +0000 (22:27 +0000)]
Merge "Fix transition delay tracking when starting activity from recents" into nyc-dev

8 years agoMerge "Fix issue #28794831: meminfo considers cached processes to be services" into...
Dianne Hackborn [Mon, 16 May 2016 22:26:12 +0000 (22:26 +0000)]
Merge "Fix issue #28794831: meminfo considers cached processes to be services" into nyc-dev

8 years agoMerge "Avoid weird line wrapping by removing columns and forcing line breaks between...
Scott Main [Mon, 16 May 2016 22:25:49 +0000 (22:25 +0000)]
Merge "Avoid weird line wrapping by removing columns and forcing line breaks between the links" into mnc-mr-docs

8 years agoAvoid weird line wrapping by removing columns and forcing line breaks between the...
smain@google.com [Mon, 16 May 2016 22:22:17 +0000 (15:22 -0700)]
Avoid weird line wrapping by removing columns and forcing line breaks between the links

Change-Id: I797b46d75643ce2491d47c95599164022ce451a7

8 years agoMerge "docs: work minisite" into mnc-io-docs am: 8f740bea13
Billy Lamberta [Mon, 16 May 2016 22:19:41 +0000 (22:19 +0000)]
Merge "docs: work minisite" into mnc-io-docs am: 8f740bea13
am: 51ceb1bad1

* commit '51ceb1bad18c39a5281fc2cbd6d9c234c2e7f14a':
  docs: work minisite

Change-Id: Ieac1a9a571bfe6ef94663623f5715d1b205dd242

8 years agoAllow Shell to change component enabled state
Amith Yamasani [Fri, 13 May 2016 18:13:16 +0000 (11:13 -0700)]
Allow Shell to change component enabled state

But make sure that we don't allow Shell or other apps
to disable an active profile or device owner.

Also limit exactly what states Shell can switch apps
between, similar to Settings UI.

This is required for some CTS tests

Bug: 27924655
Change-Id: I958f0d1de7f0bc1f5a0cbf853d57dfdeb2f9ad59

8 years agoMerge "Documented return value of getRestrictBackgroundStatus()." into nyc-dev
TreeHugger Robot [Mon, 16 May 2016 22:17:41 +0000 (22:17 +0000)]
Merge "Documented return value of getRestrictBackgroundStatus()." into nyc-dev

8 years agoMerge "docs: work minisite" into mnc-io-docs
Billy Lamberta [Mon, 16 May 2016 22:12:37 +0000 (22:12 +0000)]
Merge "docs: work minisite" into mnc-io-docs
am: 8f740bea13

* commit '8f740bea131ca0234fee9dce273f23c6f21ddf2f':
  docs: work minisite

Change-Id: Id0a4c1be427a131f1766f3452bca1b2f90365981

8 years agoMerge "docs: work minisite" into mnc-io-docs
Billy Lamberta [Mon, 16 May 2016 22:05:58 +0000 (22:05 +0000)]
Merge "docs: work minisite" into mnc-io-docs

8 years agoMerge "Adjust PrintRecommendationService for Konica Minolta." into nyc-dev
Philip P. Moltmann [Mon, 16 May 2016 22:02:46 +0000 (22:02 +0000)]
Merge "Adjust PrintRecommendationService for Konica Minolta." into nyc-dev

8 years agoMerge "Delay grantDefaultPermissions until user's first start" into nyc-dev
TreeHugger Robot [Mon, 16 May 2016 22:01:14 +0000 (22:01 +0000)]
Merge "Delay grantDefaultPermissions until user's first start" into nyc-dev

8 years agoMake persistent apps become top correctly.
Tim Murray [Mon, 16 May 2016 21:53:29 +0000 (14:53 -0700)]
Make persistent apps become top correctly.

Sometimes, a persistent app should be the top app (recents). Make sure
such an app can use the top-app cpuset.

bug 28317812
bug 28794389

Change-Id: I756cec3fbab8cc552a6d90c007aa2e07f6b78dbc

8 years agoMerge "Clear state when ProgressMessageCtrl. is canceled" into nyc-dev
Philip P. Moltmann [Mon, 16 May 2016 21:43:12 +0000 (21:43 +0000)]
Merge "Clear state when ProgressMessageCtrl. is canceled" into nyc-dev

8 years agoDon't throw away wallpaper bitmap just because we are hidden.
Jorim Jaggi [Sat, 14 May 2016 00:45:41 +0000 (17:45 -0700)]
Don't throw away wallpaper bitmap just because we are hidden.

TRIM_MEMORY_UI_HIDDEN > TRIM_MEMORY_RUNNING constants, so we only
need to throw away the wallpaper if we are actually running low on
memory.

Bug: 28769940
Change-Id: I8aa27d081bbcc2eff553e9420b2b9b0920f3781f

8 years agoMerge "Adjust spacing." into nyc-dev
Julia Reynolds [Mon, 16 May 2016 21:34:14 +0000 (21:34 +0000)]
Merge "Adjust spacing." into nyc-dev

8 years agodocs: Minor permissions phrasing tweak am: 9acd851ee6 am: 072b6fb839
Andrew Solovay [Mon, 16 May 2016 21:26:07 +0000 (21:26 +0000)]
docs: Minor permissions phrasing tweak am: 9acd851ee6 am: 072b6fb839
am: 8804495bff

* commit '8804495bffbbffa0abe8cd148ba1ea3c58e20be0':
  docs: Minor permissions phrasing tweak

Change-Id: I348ecb4cbe9301eccd78c6e2f87b1eb016627d5d

8 years agoMerge "docs: Removed note that GET_ACCOUNTS was deprecated am: cc80393d94 am: af9dc92...
Android Build Merger (Role) [Mon, 16 May 2016 21:23:21 +0000 (21:23 +0000)]
Merge "docs: Removed note that GET_ACCOUNTS was deprecated am: cc80393d94 am: af9dc9292b am: be2b224d80" into nyc-dev

8 years agodocs: Removed note that GET_ACCOUNTS was deprecated am: cc80393d94 am: af9dc9292b
Andrew Solovay [Mon, 16 May 2016 21:22:55 +0000 (21:22 +0000)]
docs: Removed note that GET_ACCOUNTS was deprecated am: cc80393d94 am: af9dc9292b
am: be2b224d80

* commit 'be2b224d80554906aa03c57f6096fa51afb48fdf':
  docs: Removed note that GET_ACCOUNTS was deprecated

Change-Id: Ic6ffde061f37bd74e45a3f60de8a5bb6aa241c58

8 years agoMerge "Fix inconsistencies in DragEvent.getX/getY behavior and JavaDoc." into nyc-dev
TreeHugger Robot [Mon, 16 May 2016 21:21:57 +0000 (21:21 +0000)]
Merge "Fix inconsistencies in DragEvent.getX/getY behavior and JavaDoc." into nyc-dev

8 years agoFix transition delay tracking when starting activity from recents
Jorim Jaggi [Mon, 16 May 2016 19:13:13 +0000 (12:13 -0700)]
Fix transition delay tracking when starting activity from recents

- Move logic to determine app switch etc. into ActivityMetricsLogger.
- Make sure the notify the tracker in startActivityFromRecentsInner

Bug: 27295491
Change-Id: Ic68058c88917e3f37183dded2f13cb35055323ee

8 years agodocs: Minor permissions phrasing tweak am: 9acd851ee6
Andrew Solovay [Mon, 16 May 2016 21:16:06 +0000 (21:16 +0000)]
docs: Minor permissions phrasing tweak am: 9acd851ee6
am: 072b6fb839

* commit '072b6fb83928120de268a1e59ebabb7f2a5c724a':
  docs: Minor permissions phrasing tweak

Change-Id: I90d66b9c745bb6f313a074c9d4b4c94a8319dbc3

8 years agodocs: Minor permissions phrasing tweak
Andrew Solovay [Mon, 16 May 2016 21:13:13 +0000 (21:13 +0000)]
docs: Minor permissions phrasing tweak
am: 9acd851ee6

* commit '9acd851ee6071fa82a725a69d75c59bf4068a83a':
  docs: Minor permissions phrasing tweak

Change-Id: I823cc460ffbf71fce9013967046076f937af3168

8 years agoMerge "Update doc of ACTION_SET_RADIO_CAPABILITY_DONE intent." into nyc-dev
TreeHugger Robot [Mon, 16 May 2016 21:13:04 +0000 (21:13 +0000)]
Merge "Update doc of ACTION_SET_RADIO_CAPABILITY_DONE intent." into nyc-dev

8 years agodocs: Removed note that GET_ACCOUNTS was deprecated am: cc80393d94
Andrew Solovay [Mon, 16 May 2016 21:11:04 +0000 (21:11 +0000)]
docs: Removed note that GET_ACCOUNTS was deprecated am: cc80393d94
am: af9dc9292b

* commit 'af9dc9292b552e189c43596658b0f09b052493af':
  docs: Removed note that GET_ACCOUNTS was deprecated

Change-Id: Id5866a8ce27407924508703292a223a4f0399cb3

8 years agodocs: Removed note that GET_ACCOUNTS was deprecated
Andrew Solovay [Mon, 16 May 2016 21:08:05 +0000 (21:08 +0000)]
docs: Removed note that GET_ACCOUNTS was deprecated
am: cc80393d94

* commit 'cc80393d94e53bc92f70e2d306ad87a92ff83794':
  docs: Removed note that GET_ACCOUNTS was deprecated

Change-Id: Icc2579926a473f72236837fb94a68fbf16494478

8 years agodocs: Minor permissions phrasing tweak
Andrew Solovay [Mon, 16 May 2016 19:22:37 +0000 (12:22 -0700)]
docs: Minor permissions phrasing tweak

Meant to make this change in a preceding CL but accidentally
submitted before uploading the last patch set.

bug: 28727522
Change-Id: Iecf2e00031d98efbb2a8e2bf0e9386ac8707b48b

8 years agoDocumented return value of getRestrictBackgroundStatus().
Felipe Leme [Mon, 16 May 2016 20:57:19 +0000 (13:57 -0700)]
Documented return value of getRestrictBackgroundStatus().

Change-Id: I2c15a6d5e23cbc3c9b59c975196c1c04c1294471
Fixes: 28775490

8 years agoFix issue #28794831: meminfo considers cached processes to be services
Dianne Hackborn [Mon, 16 May 2016 20:55:24 +0000 (13:55 -0700)]
Fix issue #28794831: meminfo considers cached processes to be services

Uh how did this ever actually work??

Change-Id: I9823f88847ccda6984bc95227fac90b994c22462

8 years agoUpdate default image for n preview docs. Update tools resources.
Dirk Dougherty [Mon, 16 May 2016 01:52:24 +0000 (18:52 -0700)]
Update default image for n preview docs. Update tools resources.

Change-Id: I25dcaa9ad0a0b44e84aff49a08481b643b03ea28

8 years agoFix hw layer overdraw/update visualization
Chris Craik [Fri, 13 May 2016 00:48:51 +0000 (17:48 -0700)]
Fix hw layer overdraw/update visualization

Fixes: 28748255

Change-Id: I83b531cdf5e4407fd17edd72d96e6189924926fa

8 years agoClear more native pointers in finalizers
Hans Boehm [Tue, 10 May 2016 20:01:22 +0000 (13:01 -0700)]
Clear more native pointers in finalizers

This hopefully handles the remaining finalizers in frameworks/base
that didn't guard against calls from other finalizers after being
finalized.

The goal here is to reduce the possible corruption causes we have
to think about by a few.

If any of theses are either very frequently used, or use large
Java (as opposed to native) objects, we should probably convert them
to NativeAllocationRegistry instead. But that's more work.

Bug: 18178237
Change-Id: I79bc0e8fa20af8f340418a6226022e0294d77f02
(cherry picked from commit ad3cc3c63c6d0f637d2ece3935b5b01b19473299)

8 years agodocs: work minisite
Billy Lamberta [Tue, 3 May 2016 23:23:59 +0000 (16:23 -0700)]
docs: work minisite

Adds minisite at docs/html/work. Adds landing page and
Android for Work specific guides. Moves docs from
training/enterprise and add redirects. Update resource
card info and add new images. Update sitemap, _book, and
add sidebar navigation menu.

bug: 27744376
Change-Id: Ib09f7fc6352dfde7a60fc674b06488c651b196e2

8 years agoDelay grantDefaultPermissions until user's first start
Fyodor Kupolov [Mon, 16 May 2016 20:25:34 +0000 (13:25 -0700)]
Delay grantDefaultPermissions until user's first start

Bug: 28765487
Change-Id: I6a7b0a9fc85964def1e991aafe967977080dfdab

8 years agoAdjust spacing.
Julia Reynolds [Mon, 16 May 2016 20:03:39 +0000 (16:03 -0400)]
Adjust spacing.

Bug: 27597108
Change-Id: I75db314162cf0293422bdea6ef5e931a3ee7f813

8 years agoMerge "Added scheduleWritePackageListLocked" into nyc-dev
Fyodor Kupolov [Mon, 16 May 2016 20:05:09 +0000 (20:05 +0000)]
Merge "Added scheduleWritePackageListLocked" into nyc-dev

8 years agoFix inconsistencies in DragEvent.getX/getY behavior and JavaDoc.
Vladislav Kaznacheev [Mon, 16 May 2016 19:57:15 +0000 (12:57 -0700)]
Fix inconsistencies in DragEvent.getX/getY behavior and JavaDoc.

Make getX/getY return view-relative position as specified in the class
JavaDoc.

Fix obvious errors in JavaDoc for getX/getY

Bug: 28793547
Change-Id: Ic2ac646189711e7466594d4fc8326408fc0348e1

8 years agoMerge "Use the correct handler when persisting the settings state." into nyc-dev
Svetoslav Ganov [Mon, 16 May 2016 19:46:30 +0000 (19:46 +0000)]
Merge "Use the correct handler when persisting the settings state." into nyc-dev

8 years agoMerge "Fixed the remove animations for notification children" into nyc-dev
Selim Cinek [Mon, 16 May 2016 19:44:33 +0000 (19:44 +0000)]
Merge "Fixed the remove animations for notification children" into nyc-dev

8 years agoUse the correct handler when persisting the settings state.
Svetoslav Ganov [Mon, 16 May 2016 19:36:43 +0000 (12:36 -0700)]
Use the correct handler when persisting the settings state.

bug:28784358

Change-Id: Iba9d569bae67c7ba0c3ab0a486ae14efa84a7acf

8 years agoMerge "Update docs for ColorStateList to include alpha" into nyc-dev
Alan Viverette [Mon, 16 May 2016 19:30:37 +0000 (19:30 +0000)]
Merge "Update docs for ColorStateList to include alpha" into nyc-dev

8 years agoMerge "Use standalone capitalization for month labels" into nyc-dev
Alan Viverette [Mon, 16 May 2016 19:30:34 +0000 (19:30 +0000)]
Merge "Use standalone capitalization for month labels" into nyc-dev

8 years agodocs: Removed note that GET_ACCOUNTS was deprecated
Andrew Solovay [Mon, 16 May 2016 19:22:37 +0000 (12:22 -0700)]
docs: Removed note that GET_ACCOUNTS was deprecated

We've decided not to deprecate GET_ACCOUNTS yet, but per emails,
we don't want to announce that it now *isn't* deprecated (because we
don't want to encourage people to use this permission); instead,
we're just going to not mention it at all.

Also cleaned up the following section on file permissions while I had
it open.

See first comment for doc stage location.

bug: 28727522
Change-Id: I27d21d186bdbf9ce905f3fb6a29027343a6daaf5

8 years agoWorkaround that Recents is shown again after an activity is PIPed
Jaewan Kim [Mon, 16 May 2016 19:01:24 +0000 (04:01 +0900)]
Workaround that Recents is shown again after an activity is PIPed

Bug: 28333917
Change-Id: Ib85db2ffdb588476b7bc7cd764af95d759f518b5

8 years agoUpdate doc of ACTION_SET_RADIO_CAPABILITY_DONE intent.
Sanket Padawe [Mon, 16 May 2016 19:01:57 +0000 (12:01 -0700)]
Update doc of ACTION_SET_RADIO_CAPABILITY_DONE intent.

Bug: 24450765
Change-Id: I42c9f9b2b1c34d774c28d8431bc7c21bbf5909fd

8 years agoMerge "Throw exception on rule creation failure." into nyc-dev
Julia Reynolds [Mon, 16 May 2016 18:22:15 +0000 (18:22 +0000)]
Merge "Throw exception on rule creation failure." into nyc-dev

8 years agoMerge "Fixing a NPE in DevicePolicyManagerService" into nyc-dev
Ashley Smith [Mon, 16 May 2016 17:40:22 +0000 (17:40 +0000)]
Merge "Fixing a NPE in DevicePolicyManagerService" into nyc-dev

8 years agoUse standalone capitalization for month labels
Alan Viverette [Mon, 16 May 2016 17:35:56 +0000 (13:35 -0400)]
Use standalone capitalization for month labels

Bug: 28020439
Change-Id: I85169a78142a43ff2348e0b561a7aa995544a65e

8 years agoRemove "if it succeeds" wording from requestShowKeyboardShortcuts
Clara Bayarri [Mon, 16 May 2016 16:48:16 +0000 (17:48 +0100)]
Remove "if it succeeds" wording from requestShowKeyboardShortcuts

Bug: 28775576
Change-Id: Ib7bc2d78cc074c14384f5a86437c684462f1fb54

8 years agoContent description for FloatingToobar overflow.
Phil Weaver [Mon, 16 May 2016 16:41:14 +0000 (09:41 -0700)]
Content description for FloatingToobar overflow.

Was missing a content description. The same button is used for
both opening and closing the toolbar, so it needs to be updated
dynamically.

Bug: 28750935
Change-Id: I7f75701ae6af45e5621c36b81003b658479e8b31

8 years agoUpdate docs for ColorStateList to include alpha
Alan Viverette [Mon, 16 May 2016 16:37:55 +0000 (12:37 -0400)]
Update docs for ColorStateList to include alpha

Bug: 28760030
Change-Id: I309364002220b9896f5ddf29dabde79636a722e9

8 years agoMerge "TIF: Update TvInputInfo when the input is reinstalled." into nyc-dev
Shubang Lu [Mon, 16 May 2016 16:25:07 +0000 (16:25 +0000)]
Merge "TIF: Update TvInputInfo when the input is reinstalled." into nyc-dev

8 years agoFixing a NPE in DevicePolicyManagerService
Ashley Smith [Thu, 12 May 2016 14:34:33 +0000 (10:34 -0400)]
Fixing a NPE in DevicePolicyManagerService

Bug: 28786940
Change-Id: I73de8dea9221765ed0751039f3d472cf78d341af

8 years agoMerge "Make IMS#clearInsetOfPreviousIme() reliable." into nyc-dev
Yohei Yukawa [Mon, 16 May 2016 15:22:20 +0000 (15:22 +0000)]
Merge "Make IMS#clearInsetOfPreviousIme() reliable." into nyc-dev

8 years agoMerge "Remove onUhandledInputEvent API." into nyc-dev
TreeHugger Robot [Mon, 16 May 2016 15:18:18 +0000 (15:18 +0000)]
Merge "Remove onUhandledInputEvent API." into nyc-dev

8 years agoMerge "Rename requestKeyboardShortcutsHelper" into nyc-dev
Clara Bayarri [Mon, 16 May 2016 15:01:26 +0000 (15:01 +0000)]
Merge "Rename requestKeyboardShortcutsHelper" into nyc-dev

8 years agoMerge "Merge "Delete outdated sitemap file. Updated version now in Piper: https:...
Android Build Merger (Role) [Mon, 16 May 2016 14:59:26 +0000 (14:59 +0000)]
Merge "Merge "Delete outdated sitemap file. Updated version now in Piper: https://critique.corp.google.com/#review/122362396" into mnc-mr-docs am: b7f5631156 am: 0c5c9747a7 am: ccc6e09298" into nyc-dev

8 years agoMerge "Delete outdated sitemap file. Updated version now in Piper: https://critique...
smain@google.com [Mon, 16 May 2016 14:59:02 +0000 (14:59 +0000)]
Merge "Delete outdated sitemap file. Updated version now in Piper: https://critique.corp.google.com/#review/122362396" into mnc-mr-docs am: b7f5631156 am: 0c5c9747a7
am: ccc6e09298

* commit 'ccc6e092989c07cd1939da33abc4e63234c6c671':
  Delete outdated sitemap file. Updated version now in Piper: https://critique.corp.google.com/#review/122362396

Change-Id: I18fe568063a1516e6cb1f367b209b07b84e8729d

8 years agoMerge "Give the AM/PM buttons slightly more content area" into nyc-dev
Alan Viverette [Mon, 16 May 2016 14:56:37 +0000 (14:56 +0000)]
Merge "Give the AM/PM buttons slightly more content area" into nyc-dev

8 years agoMerge "Delete outdated sitemap file. Updated version now in Piper: https://critique...
Scott Main [Mon, 16 May 2016 14:55:47 +0000 (14:55 +0000)]
Merge "Delete outdated sitemap file. Updated version now in Piper: https://critique.corp.google.com/#review/122362396" into mnc-mr-docs am: b7f5631156
am: 0c5c9747a7

* commit '0c5c9747a71bbb33ebf20ecc1f599a60a58238af':
  Delete outdated sitemap file. Updated version now in Piper: https://critique.corp.google.com/#review/122362396

Change-Id: I408d30923a3ef12375275f5d60dc9d55bf5e6548

8 years agoMerge "Delete outdated sitemap file. Updated version now in Piper: https://critique...
smain@google.com [Mon, 16 May 2016 14:52:44 +0000 (14:52 +0000)]
Merge "Delete outdated sitemap file. Updated version now in Piper: https://critique.corp.google.com/#review/122362396" into mnc-mr-docs
am: b7f5631156

* commit 'b7f5631156158c83d1eaa2e323267435edb66bf3':
  Delete outdated sitemap file. Updated version now in Piper: https://critique.corp.google.com/#review/122362396

Change-Id: I5314afc6a3a42f43bb2f0a1484712b170773db63

8 years agoMerge "Delete outdated sitemap file. Updated version now in Piper: https://critique...
Scott Main [Mon, 16 May 2016 14:47:58 +0000 (14:47 +0000)]
Merge "Delete outdated sitemap file. Updated version now in Piper: https://critique.corp.google.com/#review/122362396" into mnc-mr-docs

8 years agoThrow exception on rule creation failure.
Julia Reynolds [Mon, 16 May 2016 13:52:17 +0000 (09:52 -0400)]
Throw exception on rule creation failure.

Bug: 28775583
Change-Id: I98cf90afd86e307846970f1ede7f072eb8b70c7f

8 years agoMerge "Stop emitting javadoc for @removed attributes." into nyc-dev
TreeHugger Robot [Mon, 16 May 2016 13:21:09 +0000 (13:21 +0000)]
Merge "Stop emitting javadoc for @removed attributes." into nyc-dev

8 years agoRename requestKeyboardShortcutsHelper
Clara Bayarri [Mon, 16 May 2016 13:15:14 +0000 (14:15 +0100)]
Rename requestKeyboardShortcutsHelper

Per API council feedback

Bug: 28775576
Change-Id: I1c4f98d7ec0d848f0c387aaedf8a0ed80628c64e

8 years agoPackageManager: Clear foreign-dex markers when the app is uninstalled.
Narayan Kamath [Thu, 12 May 2016 16:35:37 +0000 (17:35 +0100)]
PackageManager: Clear foreign-dex markers when the app is uninstalled.

Also:
- Adds a missing call to clearProfiles to a callSite that was clearing other app data .
- Fixes a bug where the wrong package was being passed to clearAppProfilesLIF. We should
  use the "old" (pre-upgrade) package and not the "new" (post-upgrade) package.

bug: 28510916
Change-Id: Ia926acda2c72d39bad51143e3f923643d9c3a0af

8 years agoLoadedApk: Avoid unnecessary work when mIncludeCode == false.
Narayan Kamath [Wed, 11 May 2016 19:31:09 +0000 (20:31 +0100)]
LoadedApk: Avoid unnecessary work when mIncludeCode == false.

We don't need to set up JIT profiles and register usage etc when
the package context we're trying to construct doesn't request code.

This will correct accounting for packages which are only used for
resources.

bug: 28519185
Change-Id: I849675efa76c8100ae937de478b52254babe384c

8 years agoMerge "Ensure that ViewGroup.getChildVisibleRect(...) is recursive." into nyc-dev
Abodunrinwa Toki [Mon, 16 May 2016 09:37:54 +0000 (09:37 +0000)]
Merge "Ensure that ViewGroup.getChildVisibleRect(...) is recursive." into nyc-dev

8 years agoMerge "Address API review comments." into nyc-dev
Martijn Coenen [Mon, 16 May 2016 09:18:35 +0000 (09:18 +0000)]
Merge "Address API review comments." into nyc-dev

8 years agodocs: Revert Wear Preview coming soon page and redirects am: a6443a4814
Joe Fernandez [Mon, 16 May 2016 05:22:25 +0000 (05:22 +0000)]
docs: Revert Wear Preview coming soon page and redirects am: a6443a4814
am: 0599768d37

* commit '0599768d37f65b1982a7146f4b4a6c261a83fb69':
  docs: Revert Wear Preview coming soon page and redirects

Change-Id: Ia4a02ad1a06338db1b1dcd567a5d5edee3d17f10