19516 Commits

Author SHA1 Message Date
Craig Mautner
fb16732623 am 72115915: am 3e8ccb9c: Clean up app following death when creating service
* commit '721159159f1c0e100150512c392141830eaebba2':
  Clean up app following death when creating service
2014-08-13 18:27:54 +00:00
Craig Mautner
bf159f9de5 am 3f4a10a5: am 8844c75a: Merge "Disassociate system windows from apps" into lmp-dev
* commit '3f4a10a5eac64960bbae4af2b1f44cdc0d5309c3':
  Disassociate system windows from apps
2014-08-13 18:27:43 +00:00
Craig Mautner
4a8dddbf18 Clean up app following death when creating service
If an app has died, run through the cleanup before relaunching its
service.

Also a little simplifying refactor.

Fixes bug 16979752.

Change-Id: I376cbef2ea00fc626588386317f092cc6dea0bdc
2014-08-13 18:15:28 +00:00
Sandeep Siddhartha
9caf4f9da7 am 40d28dd1: am bd3a24b1: Fix delete clause for sound model DB
* commit '40d28dd13c0b7d16cb0eb27ab37fae1bdaf102c3':
  Fix delete clause for sound model DB
2014-08-13 18:03:58 +00:00
destradaa
fa3f594bda am 84e1d77c: am fa0ddb7b: Merge "Update FlpHardwareProvider native layer, to stop raising FatalErrors." into lmp-dev
* commit '84e1d77cc8ec8ad1c8f2c6f07eeeb1f1ff62da27':
  Update FlpHardwareProvider native layer, to stop raising FatalErrors.
2014-08-13 18:03:53 +00:00
Sandeep Siddhartha
a31413a325 Fix delete clause for sound model DB
Since UUIDs contain '-'s they need to be wrapped within quotes

Bug: 16985919
Change-Id: I624a512ca7fc2494a7737b5465c94a9e161dec88
2014-08-13 10:52:17 -07:00
Adrian Roos
a42bf4c31b am 38afacab: am 6b3fc443: Dismiss bouncer when onTrustInitiatedByUser fires
* commit '38afacabc5ee4fb29e6d1271643dc0f76fbae94b':
  Dismiss bouncer when onTrustInitiatedByUser fires
2014-08-13 17:33:13 +00:00
Adrian Roos
2bb8bfd1e8 Dismiss bouncer when onTrustInitiatedByUser fires
Also modifies the SampleTrustAgent to allow testing of the feature
and adds the initiatedByUser flag to the dumpsys output.

Bug: 16840500
Change-Id: I4c08ddcdcbd0ab02c694a1873f73cb9a250f98d7
2014-08-13 17:24:36 +00:00
destradaa
2abc32c18b am d5f85ed7: am 02281fbb: Merge "Add additional logging around AGPS IP Address handling." into lmp-dev
* commit 'd5f85ed7a6e2dafe8f3fafed3b779515915c39ad':
  Add additional logging around AGPS IP Address handling.
2014-08-13 17:17:07 +00:00
Jean-Michel Trivi
114e293143 am 94dc549b: am f181197f: Merge "Add support for AudioAttributes in android.media.Ringtone" into lmp-dev
* commit '94dc549b6fe45fd4bde0bedf035fb34eb4b797b8':
  Add support for AudioAttributes in android.media.Ringtone
2014-08-13 16:07:32 +00:00
John Spurlock
401851159c am 5f5a53d4: am f69796cf: Merge "Send LED signal up to SystemUI regardless of setting." into lmp-dev
* commit '5f5a53d4ef5ae248814df733dc32f24f80530f33':
  Send LED signal up to SystemUI regardless of setting.
2014-08-13 15:19:54 +00:00
Jorim Jaggi
728f39f578 am 119b3c40: am 36abea42: Merge "Lockscreen launch animations" into lmp-dev
* commit '119b3c40078d532dce4b1de56f4645b6ea587874':
  Lockscreen launch animations
2014-08-13 14:13:41 +00:00
Narayan Kamath
1c002e9f50 am 8a4c1f74: am a76f47ee: Persist the cpuAbiOverride setting.
* commit '8a4c1f74b4032613807bf4589430acdfc0f2e535':
  Persist the cpuAbiOverride setting.
2014-08-13 11:52:54 +00:00
Narayan Kamath
4903f64ba2 Persist the cpuAbiOverride setting.
If an app is installed with an ABI override (adb install -r --abi)
we should remember this so that we don't revert to the scan derived
ABI on the next reboot.

bug: 16476618

Change-Id: I6085bc0099eb613dd9d3b07113c7c13859780697
2014-08-13 12:41:19 +01:00
Narayan Kamath
2c76715154 am 1c2b4c39: am 5d171a2b: Fix a couple of PM warnings.
* commit '1c2b4c39b4a7718b95b13f69ec848479ab5200d7':
  Fix a couple of PM warnings.
2014-08-13 11:15:24 +00:00
Narayan Kamath
20200849d1 Fix a couple of PM warnings.
- "Could not delete native binary" : This one is a bit of
  a WTF. git history tells us this code has been around for
  a very long time (the warning's new though). It's a no-op
  because codePath always contains the *current* codePath and
  trying to remove native libs from the current codePath will
  do nothing for bundled apps. This code sounds like it wants
  to delete dangling native binaries for system apps that were
  upgraded during an OTA. This sounds like a wrong place to do
  that, though.

- "Unrecognized code path" : This one's harmless and removed
  by moving this call closer to where it's used.

bug: 16823001

Change-Id: I9b40ae507b2c80ff3fdd45d5699df62bfc86514f
2014-08-13 11:05:58 +00:00
Alexandra Gherghina
fc2abe8626 am 25332ad5: am af9c6d08: Merge "Bugfix: adds extra null check" into lmp-dev
* commit '25332ad5664112e10b71265fe5b6ebeb590e1dce':
  Bugfix: adds extra null check
2014-08-13 10:04:07 +00:00
Ji-Hwan Lee
e42b655a71 am f7b5efc1: am 88d355e7: Merge "TIF: Fix release logic for hardware wrapper input" into lmp-dev
* commit 'f7b5efc1293079e7d85aaf6f1720903558cea86f':
  TIF: Fix release logic for hardware wrapper input
2014-08-13 06:51:27 +00:00
Wonsik Kim
927e31e1a3 am 0cb41226: am 78ed5c9d: Merge "TIF: fix parental control data inconsistency" into lmp-dev
* commit '0cb41226ef116ee81e38984181edd1b13316c6c6':
  TIF: fix parental control data inconsistency
2014-08-13 05:54:57 +00:00
Yuncheol Heo
7dc08e873c am df4c5298: am 09f15570: Merge "Implement MHL RAP reception." into lmp-dev
* commit 'df4c5298f780181768eb916df9fa23d2d145a078':
  Implement MHL RAP reception.
2014-08-13 04:26:23 +00:00
keunyoung
fd740ec78b am eef45610: am 435edc40: fix wrong flag check for virtual display
* commit 'eef45610fca1078167b68f722abddb7435f05913':
  fix wrong flag check for virtual display
2014-08-13 04:26:10 +00:00
Jae Seo
fe90d78e54 am 3f96209d: am bb1586c1: Merge "TIF: Temporarily disable permission check for parental controls" into lmp-dev
* commit '3f96209d8791524f1d5df8ae23fffaeaa8725c47':
  TIF: Temporarily disable permission check for parental controls
2014-08-13 04:26:04 +00:00
Jinsuk Kim
3ca0fb8e1d am ecfcfcea: am 4fec909c: CEC: Remove timeout from deviceSelect processing
* commit 'ecfcfceae31261a478162f935ce350ba724fb74d':
  CEC: Remove timeout from deviceSelect processing
2014-08-13 04:25:57 +00:00
keunyoung
48054241eb fix wrong flag check for virtual display
- FLAG_NEVER_BLANK was always set for non-public display

bug: 16958538
Change-Id: Ia147ac3ca39d687e60ec4b77726f6b6e4c3aeb3b
2014-08-13 01:14:19 +00:00
Jinsuk Kim
8e083ec044 CEC: Remove timeout from deviceSelect processing
20-second timeout set for incoming <active source> command after
<set stream path> is moved out of HdmiControlService, to
HDMI input service.

Bug: 16967429
Change-Id: I5b50b0187e562b51e227a29e54824740ca37906e
2014-08-13 00:53:28 +00:00
David Christie
b09901f6f9 am eb8d2a14: am c098598e: Disable GPS when battery saver is on and screen is off. Bug: 15348895
* commit 'eb8d2a144be7b222b7e7f34f9e5cb4d7ff678a85':
  Disable GPS when battery saver is on and screen is off. Bug: 15348895
2014-08-12 23:41:03 +00:00
John Spurlock
55b0abd75c Merge "Send LED signal up to SystemUI regardless of setting." into lmp-dev 2014-08-12 23:14:48 +00:00
John Spurlock
3929232cf9 Send LED signal up to SystemUI regardless of setting.
Let it make an independent decision about whether or not to
do anything with it.

Bug:17001245
Change-Id: Ie494abec423f3620bf142ad332bb5f0a4d4341a5
2014-08-13 11:00:59 -04:00
Jorim Jaggi
72eb2ae21b Merge "Lockscreen launch animations" into lmp-dev 2014-08-12 23:14:48 +00:00
Alexandra Gherghina
7f8821c5a2 Merge "Bugfix: adds extra null check" into lmp-dev 2014-08-12 23:14:48 +00:00
Ji-Hwan Lee
0c38fc764b TIF: Fix release logic for hardware wrapper input
Change-Id: I7aad26682738e7a20bc6a053c3827ab79e83e925
2014-08-13 15:41:20 +09:00
Wonsik Kim
dd8e48f306 Merge "TIF: fix parental control data inconsistency" into lmp-dev 2014-08-12 23:14:48 +00:00
Wonsik Kim
276ec84b5d TIF: fix parental control data inconsistency
Bug: 16987144
Change-Id: I43cc7de92663d50073d5c4da1dbffe4e9a2b26a6
2014-08-13 14:34:28 +09:00
Yuncheol Heo
08a1be81d7 Implement MHL RAP reception.
Bug: 16966458
Change-Id: I77effc917e19072c387be8ba28d6ce1664d16415
2014-08-13 10:26:23 +09:00
Craig Mautner
eb829f2f9f Merge "Disassociate system windows from apps" into lmp-dev 2014-08-12 23:14:35 +00:00
Craig Mautner
a5d29971f8 Disassociate system windows from apps
If an app launches a system window remove the app token.

Fixes bug 16825063.

Change-Id: I7c7403e0958f3cd9f6dd5e2964b2e9cabc51ded7
2014-08-12 18:57:49 -07:00
destradaa
2d8964cca7 Merge "Update FlpHardwareProvider native layer, to stop raising FatalErrors." into lmp-dev 2014-08-12 23:14:35 +00:00
destradaa
ff8e6093fa Update FlpHardwareProvider native layer, to stop raising FatalErrors.
b/16800814

Change-Id: Ic619f37c02c7e4dddc4ef06369f8730cbd66e6bd
2014-08-12 19:05:33 -07:00
destradaa
da97066d5a Merge "Add additional logging around AGPS IP Address handling." into lmp-dev 2014-08-12 23:14:35 +00:00
destradaa
931a37f992 Add additional logging around AGPS IP Address handling.
The additional logging is expected to help troubleshoot and prevent the issue tracked by the
following bugs:
b/16875580
b/16961654

Change-Id: Ibee7fe0774efa3db77ab53af96c128ced186b40e
2014-08-12 17:51:01 -07:00
Jean-Michel Trivi
ceb4d41846 Merge "Add support for AudioAttributes in android.media.Ringtone" into lmp-dev 2014-08-12 23:14:35 +00:00
Jae Seo
e253fabbc7 Merge "TIF: Temporarily disable permission check for parental controls" into lmp-dev 2014-08-12 23:14:35 +00:00
Jae Seo
550c4b0d4d TIF: Temporarily disable permission check for parental controls
Bug: 16979343
Change-Id: I00ff70194faaf7218151388dc10ce8e4dd3d2728
2014-08-12 17:50:37 -07:00
David Christie
d4edf4cb01 Disable GPS when battery saver is on and screen is off.
Bug: 15348895

Change-Id: Iae2c3898ff48dc4d22e0ff872d7417ef6945c5e3
2014-08-12 16:02:33 -07:00
Jean-Michel Trivi
81f871e2b9 Add support for AudioAttributes in android.media.Ringtone
Deprecate use of stream types.
Map deprecated API to AudioAttributes.
Add new methods to specify AudioAttributes on a Ringtone instance.

Bug 16790748

Change-Id: Ifb3c2e838e1f119614459ad7d71d83a4d7c9ffdb
2014-08-12 15:53:15 -07:00
Jorim Jaggi
8de4311c51 Lockscreen launch animations
- Get rid of ActivityManager.dismissKeyguardOnNextActivity, which was
  used for two different things: Dismiss keyguard from somewhere else
  (not really necessary anymore), wait to actually dismiss keyguard
  after the window behind is drawn. Instead, introduce
  keyguardWaitingForActivityDrawn(), and change the semantics where
  necessary.
- Make wallpaper_close_enter consistent with task_open_enter and the
  Keyguard launch animation.
- Close the panel even on lockscreen when launching a notification.
- Block notification shade updates during the collapsing motion so
  notification don't play the disappear animation immediately after
  having launched a notification.

Bug: 15991916

Change-Id: I133c177b84e926c87c1a404ba93d633593fec3ab
2014-08-12 22:47:52 +00:00
Winson Chung
ec05f2cce4 am 2d6b10f1: am 0ca6cf20: Merge "Clearing tasks along with application data. (Bug 16952119)" into lmp-dev
* commit '2d6b10f11a3ecb17374adde204175c8f9f8c63de':
  Clearing tasks along with application data. (Bug 16952119)
2014-08-12 22:13:34 +00:00
Robert Greenwalt
2198cabbcd am edf8c3e6: am 9d73b092: Remove extraneous clearing of inet condition
* commit 'edf8c3e68bc42ff976a7a1dbe5ed291fadba692c':
  Remove extraneous clearing of inet condition
2014-08-12 22:08:13 +00:00
Robert Greenwalt
70236bf4f1 Remove extraneous clearing of inet condition
This was old code I missed in previous inet condition refactor
and caused us to show "not connect" icon any time we connected
to a secondary network (mms/supl/etc).

bug:16896743
Change-Id: I0fa62e09bb0b7c0ee0864bb1f95967eac5f60d3e
2014-08-12 14:51:48 -07:00
Craig Mautner
967678b76a am 1a7e5ad0: am 67fe6d1f: Merge "Revert "Fix a bug: unable to start activity when AM is killing the process.""
* commit '1a7e5ad0e7149c8e095c0fb27315733511321fd7':
  Revert "Fix a bug: unable to start activity when AM is killing the process."
2014-08-12 21:17:51 +00:00