Jeff Sharkey
e6ba73e07b
am fbfd900a: am 2df76285: am 203ed4db: am 88a6ed54: Merge "Reduce PackageInstaller Binder memory pressure." into lmp-dev
...
* commit 'fbfd900aa8a4721ce3ef84f5d08b5ecd67f16fd8':
Reduce PackageInstaller Binder memory pressure.
2014-10-15 17:10:38 +00:00
Jeff Sharkey
2df7628591
am 203ed4db: am 88a6ed54: Merge "Reduce PackageInstaller Binder memory pressure." into lmp-dev
...
* commit '203ed4db9656cc3047c65e12e3969d21652d4ccf':
Reduce PackageInstaller Binder memory pressure.
2014-10-15 16:58:49 +00:00
Jeff Sharkey
203ed4db96
am 88a6ed54: Merge "Reduce PackageInstaller Binder memory pressure." into lmp-dev
...
* commit '88a6ed5477eb6fa0453f9f29adef4c11b6eeade0':
Reduce PackageInstaller Binder memory pressure.
2014-10-15 16:53:09 +00:00
Jeff Sharkey
97d47ed036
Reduce PackageInstaller Binder memory pressure.
...
When restoring hundreds of apps on low-DPI devices, we end up sending
icon Bitmaps inline in the response instead of splitting into ashmem
regions. To avoid triggering TransactionTooLargeException, switch to
using ParceledListSlice under the hood.
Bug: 17926122
Change-Id: Ib4da6775e79d2fcb4aaea15f58ed998df203a5f9
2014-10-15 09:19:54 -07:00
Neil Fuller
8ee062122f
am 1802567a: am e4625cc1: Merge "Fix Time docs to document various error cases"
...
* commit '1802567a79b2fc94aa1dff387cd55db8521cdca6':
Fix Time docs to document various error cases
2014-10-15 16:05:55 +00:00
Neil Fuller
1802567a79
am e4625cc1: Merge "Fix Time docs to document various error cases"
...
* commit 'e4625cc1a861615f4b3447e2a4d4990590d51470':
Fix Time docs to document various error cases
2014-10-15 16:01:01 +00:00
Neil Fuller
e4625cc1a8
Merge "Fix Time docs to document various error cases"
2014-10-15 15:56:06 +00:00
Neil Fuller
7079f2003c
Fix Time docs to document various error cases
...
Bug: https://code.google.com/p/android/issues/detail?id=76386
Change-Id: Ibb71405b70453d5abaf45426ec4e36261b6695cf
2014-10-15 12:08:05 +01:00
Jeff Sharkey
6449ba6d8c
am 92ab2748: am 4d526bd2: am cf2c5649: am 97978808: Start cross profile intents as caller.
...
* commit '92ab2748efc185a347d11e1382d54b86ffd22799':
Start cross profile intents as caller.
2014-10-15 03:21:58 +00:00
Alan Viverette
db2031e215
am ba4bbe79: am 6f1edae8: Merge "Send VIEW_SELECTED event when View selection state changes" into lmp-mr1-dev
...
* commit 'ba4bbe79c2610bd4c0525837ad6654e0e36fd32d':
Send VIEW_SELECTED event when View selection state changes
2014-10-15 02:30:22 +00:00
Jeff Sharkey
4d526bd249
am cf2c5649: am 97978808: Start cross profile intents as caller.
...
* commit 'cf2c564987965be1241fe197106b3ec22b11b4b0':
Start cross profile intents as caller.
2014-10-15 02:19:26 +00:00
Jeff Sharkey
cf2c564987
am 97978808: Start cross profile intents as caller.
...
* commit '9797880808320e3a7bae1f59bc7e0c5a13189e5f':
Start cross profile intents as caller.
2014-10-15 02:05:56 +00:00
Amith Yamasani
d060a29e52
am 6c0659e0: am 20791338: am 4bf0356e: am 15a5f82f: Merge "Hide DISALLOW_OUTGOING_BEAM API" into lmp-dev
...
* commit '6c0659e0eba77972f1ba8a2ad2a51ea7b2c76b9a':
Hide DISALLOW_OUTGOING_BEAM API
2014-10-15 02:04:06 +00:00
Dianne Hackborn
133c747e10
am 3c5a70e0: am f23b29ad: am a861a9d7: am 35de0e28: Merge "Fix issue #10034864 : Define YouTube application as the preferred..." into lmp-dev
...
* commit '3c5a70e0314cd21d42eda406ed2239303b07e6e1':
Fix issue #10034864 : Define YouTube application as the preferred...
2014-10-15 02:03:59 +00:00
Jeff Sharkey
9797880808
Start cross profile intents as caller.
...
The system should always be using new startActivityAsCaller() when
starting activities on behalf of someone else, to ensure that
security checks are enforced as the original caller.
Bug: 17983737
Change-Id: Ic40816a797cfdb13c0adb48b86ed4ed7d6aae8eb
2014-10-14 17:57:28 -07:00
Alan Viverette
6f1edae88c
Merge "Send VIEW_SELECTED event when View selection state changes" into lmp-mr1-dev
2014-10-14 23:52:23 +00:00
Jeff Hao
1201d2a018
am dbfbb175: Backport of ordering apps for boot dexopt.
...
* commit 'dbfbb17512fe6a5b3c7198d60b6a149969174a71':
Backport of ordering apps for boot dexopt.
2014-10-14 22:31:16 +00:00
Amith Yamasani
2079133871
am 4bf0356e: am 15a5f82f: Merge "Hide DISALLOW_OUTGOING_BEAM API" into lmp-dev
...
* commit '4bf0356ee2058c7f033a41e02fa3eb86909c450c':
Hide DISALLOW_OUTGOING_BEAM API
2014-10-14 22:04:01 +00:00
Jeff Hao
dbfbb17512
Backport of ordering apps for boot dexopt.
...
This is a squashed commit of the following changes:
1. Order apps by priority when performing boot dexopt.
(cherry picked from commit 65cde7d42d )
2. Improve priority ordering of apps when performing boot dexopt.
Added core apps and updated system apps.
(cherry picked from commit 272bf3a274 )
3. Stop boot dexopt when low on memory.
(cherry picked from commit 1d892dcb6b )
Bug: 17641843
Change-Id: Ie32f1c21047d3462aaf728f7633fecf647ba2b47
2014-10-14 15:02:37 -07:00
Dianne Hackborn
f23b29ad5a
am a861a9d7: am 35de0e28: Merge "Fix issue #10034864 : Define YouTube application as the preferred..." into lmp-dev
...
* commit 'a861a9d713c99b576c0e7284a65d50838c4f953a':
Fix issue #10034864 : Define YouTube application as the preferred...
2014-10-14 19:58:39 +00:00
Amith Yamasani
4bf0356ee2
am 15a5f82f: Merge "Hide DISALLOW_OUTGOING_BEAM API" into lmp-dev
...
* commit '15a5f82f9b6b389614b1df78749bd627d97d5417':
Hide DISALLOW_OUTGOING_BEAM API
2014-10-14 19:57:46 +00:00
Amith Yamasani
15a5f82f9b
Merge "Hide DISALLOW_OUTGOING_BEAM API" into lmp-dev
2014-10-14 19:51:15 +00:00
Dianne Hackborn
a861a9d713
am 35de0e28: Merge "Fix issue #10034864 : Define YouTube application as the preferred..." into lmp-dev
...
* commit '35de0e2872b64f78b596a850d6da2c483ba65bb5':
Fix issue #10034864 : Define YouTube application as the preferred...
2014-10-14 19:21:18 +00:00
Dianne Hackborn
35de0e2872
Merge "Fix issue #10034864 : Define YouTube application as the preferred..." into lmp-dev
2014-10-14 19:16:22 +00:00
John Spurlock
9766d5b236
am 23e47ce6: am bec0c53a: Merge "Make SeekBarVolumizer restartable." into lmp-mr1-dev
...
* commit '23e47ce65273607d36474422ab02e1ae6fbd41c9':
Make SeekBarVolumizer restartable.
2014-10-14 17:51:17 +00:00
Nicolas Prevot
e5a75d1333
am 20ec9b79: am d8a21bbe: Merge "Not using resource ids for EXTRA_INITIAL_INTENTS inside a managed profile." into lmp-mr1-dev
...
* commit '20ec9b79f1d98ccbe5b8d4486feaf37a4f80a945':
Not using resource ids for EXTRA_INITIAL_INTENTS inside a managed profile.
2014-10-14 17:51:02 +00:00
Wei Wang
ce285c8afb
am 1602b0f8: am 3f0aa505: am 34020eb6: Merge "Add support of advertising through standard instance.(1/4)" into lmp-sprout-dev
...
* commit '1602b0f8d0ccbdedb5406a5d427c777c5d8b39b5':
Add support of advertising through standard instance.(1/4)
2014-10-14 17:49:24 +00:00
Aravind Akella
2a8be3c9b5
am b78c1679: am 1f9b32f0: Sensor documentation fixes.
...
* commit 'b78c16793b1542ff786bc6ae58cafa876b4bce45':
Sensor documentation fixes.
2014-10-14 17:48:29 +00:00
Dianne Hackborn
f85e7af4d0
Fix issue #10034864 : Define YouTube application as the preferred...
...
...handler for its Intents
Fix bug when a third party app is installed as an additional but
worse match for the intent.
Also raise up the limit for when we start printing logs about
overly large strict mode data.
And turn off the logs about services being created and destroyed,
since with the way things are using services these days these have
become way too spammy.
Change-Id: I8fe301dfd80fb4b70213cb7783b7c5426245278d
2014-10-14 10:46:52 -07:00
Jesse Hall
3e1732907b
am 05bbbebb: am 8d3cf106: am d4b38fe5: am 647e0df0: Merge "Surface: Leave object in unlocked state when unlockCanvasAndPost fails" into lmp-dev
...
* commit '05bbbebb475a2816d60c4a8ec140cccddc16b269':
Surface: Leave object in unlocked state when unlockCanvasAndPost fails
2014-10-14 17:22:33 +00:00
John Spurlock
bec0c53a40
Merge "Make SeekBarVolumizer restartable." into lmp-mr1-dev
2014-10-14 16:40:31 +00:00
Amith Yamasani
6d93491f50
Hide DISALLOW_OUTGOING_BEAM API
...
This is not fully functional in managed profiles, so it is being removed for L.
Bug: 17973040
Change-Id: If660e5e565076cdf61649e9f5ca12877425e9df3
2014-10-14 09:31:30 -07:00
Nicolas Prevot
d8a21bbedb
Merge "Not using resource ids for EXTRA_INITIAL_INTENTS inside a managed profile." into lmp-mr1-dev
2014-10-14 09:07:43 +00:00
Alan Viverette
be98cdc702
Send VIEW_SELECTED event when View selection state changes
...
BUG: 11354667
Change-Id: I55d69e0e156c7bd83c14025f313a9d7261b7ccda
2014-10-13 17:58:39 -07:00
Wei Wang
3f0aa505f4
am 34020eb6: Merge "Add support of advertising through standard instance.(1/4)" into lmp-sprout-dev
...
* commit '34020eb6ebc619c90b9107003331a91e4d5a350e':
Add support of advertising through standard instance.(1/4)
2014-10-13 23:05:37 +00:00
Wei Wang
34020eb6eb
Merge "Add support of advertising through standard instance.(1/4)" into lmp-sprout-dev
2014-10-13 23:02:30 +00:00
Aravind Akella
1f9b32f006
Sensor documentation fixes.
...
Change-Id: I664e5e2d5103b87ed02f082551e46513f64b95a1
2014-10-13 22:25:46 +00:00
Jesse Hall
8d3cf106aa
am d4b38fe5: am 647e0df0: Merge "Surface: Leave object in unlocked state when unlockCanvasAndPost fails" into lmp-dev
...
* commit 'd4b38fe5c06f622b984e7f84f299269efce92e42':
Surface: Leave object in unlocked state when unlockCanvasAndPost fails
2014-10-13 22:08:31 +00:00
Jesse Hall
d4b38fe5c0
am 647e0df0: Merge "Surface: Leave object in unlocked state when unlockCanvasAndPost fails" into lmp-dev
...
* commit '647e0df0c711cd53763367c86b15f10470eaeb6f':
Surface: Leave object in unlocked state when unlockCanvasAndPost fails
2014-10-13 22:03:59 +00:00
John Spurlock
0e588ea8e1
Make SeekBarVolumizer restartable.
...
Decouple start from constructor, making it possible to restart
once stopped.
Bug:17898190
Change-Id: I2f860864161f818d5a62a28331ef1c47051fb39f
2014-10-13 20:46:36 +00:00
Jesse Hall
d7e559675c
Surface: Leave object in unlocked state when unlockCanvasAndPost fails
...
If nativeUnlockCanvasAndPost() throws, Surface was maintaining a
reference to the native Surface, and assuming it was still locked.
That would cause future lockCanvas() calls to throw without even
trying to lock the native Surface, even though in some cases the
native lock was actually released before the exception was thrown.
Now Surface treats the native object as unlocked even if
nativeUnlockCanvasAndPost() throws, so it will attempt the native lock
on lockCanvas() rather than assuming it would fail.
This change also changes an IllegalStateException to
IllegalArgumentException in unlockCanvasAndPost(). That exception was
added in KitKat, and was never documented or added to the throws
declaration. This was essentially a silent public API change. Quite a
bit of code in the framework (and likely in applications) catches
IAE from this method, but didn't attempt to handle ISE. Although ISE
is more correct here, it's not worth breaking code (and it did -- in
this bug it changed a problem that should have been silently and
perfectly recovered from into a fatal exception in system_server.)
Bug: 17684556
Change-Id: Ia8d3e5d33eaa690d16c7d0f557390c7bb4e1e32e
2014-10-13 11:01:15 -07:00
Marcin Kosiba
103817ed36
am 4c8dd87a: am 58ee8a96: am 4f3ee426: am 43751757: Merge "Remove the default WebView text encoding resource entirely." into lmp-dev
...
* commit '4c8dd87a9e952a3ca157411b1a374c83064c9b2f':
Remove the default WebView text encoding resource entirely.
2014-10-13 09:55:22 +00:00
Marcin Kosiba
58ee8a966a
am 4f3ee426: am 43751757: Merge "Remove the default WebView text encoding resource entirely." into lmp-dev
...
* commit '4f3ee426f62662f590c056ce44f005cd716f9870':
Remove the default WebView text encoding resource entirely.
2014-10-13 09:47:01 +00:00
Marcin Kosiba
4f3ee426f6
am 43751757: Merge "Remove the default WebView text encoding resource entirely." into lmp-dev
...
* commit '437517573b53b17765eba9b0b98055915bf3a4a1':
Remove the default WebView text encoding resource entirely.
2014-10-13 09:42:58 +00:00
Marcin Kosiba
437517573b
Merge "Remove the default WebView text encoding resource entirely." into lmp-dev
2014-10-13 09:37:36 +00:00
George Mount
4ab9626411
am e25130d4: am e6308c7e: am 52fb8a42: am 1a285496: Merge "Allow using setLeft/Top/Right/Bottom to control ChangeBounds." into lmp-dev
...
* commit 'e25130d4e54f14913976c61408fee949d9f3cf8f':
Allow using setLeft/Top/Right/Bottom to control ChangeBounds.
2014-10-10 23:21:06 +00:00
Christopher Tate
697c94a4ab
am 702f2747: am f1178b23: am 2c15bbc8: am 1133e29f: Tweak wallpaper restore rejection threshold
...
* commit '702f2747b5731371558f8e4bb448582023831fda':
Tweak wallpaper restore rejection threshold
2014-10-10 23:20:52 +00:00
George Mount
e6308c7eb2
am 52fb8a42: am 1a285496: Merge "Allow using setLeft/Top/Right/Bottom to control ChangeBounds." into lmp-dev
...
* commit '52fb8a4245aad87972bb6b52697fcd2dd111fe99':
Allow using setLeft/Top/Right/Bottom to control ChangeBounds.
2014-10-10 22:53:47 +00:00
Christopher Tate
f1178b23ac
am 2c15bbc8: am 1133e29f: Tweak wallpaper restore rejection threshold
...
* commit '2c15bbc8382ac7e5f04d149c8f576261f1dca334':
Tweak wallpaper restore rejection threshold
2014-10-10 22:52:57 +00:00
Dianne Hackborn
5457d5ccb6
am 8f6928f1: am e61e68d0: am 18d2d51e: am 7ea69880: Merge "Improve some docs, fix some debugging." into lmp-dev
...
* commit '8f6928f1399620ce432b82d046912e2030d6511c':
Improve some docs, fix some debugging.
2014-10-10 21:06:48 +00:00