Jason Monk
431ad737a4
Move tuner enable point to QS
...
Long clicking on settings gear in QS causes it to accelarate and
spin, when released it will open and enable the tuner. On first
opening there will be a warning dialog.
Also add way to disable tuner from tuner screen. This way it can
be removed from its former home in Developer Settings. All tuner
settings are reset when disabled to match developer settings
behavior.
Bug: 22462605
Change-Id: Ie700a6a15e6c3caccf7cd1885da73328e6fac6ab
2015-07-22 14:40:53 -04:00
Jeff Sharkey
85ced63268
More info to support CTS, fix reconcile bug.
...
Surface more details and commands for storage volumes to support
CTS testing. Fix user reconciliation bug that skipped user setup on
empty volumes.
Bug: 22658804, 22633097
Change-Id: I4221312d1cce24d1f5a2c108095cf3cf471598ed
2015-07-22 11:11:50 -07:00
Fred Chung
db71828cb7
am 2c3b9fb8: am 3ccbf3ba: Merge "Doc change: add note about not exiting on onPause()." into mnc-preview-docs
...
* commit '2c3b9fb86b9fb26b01fe5af2067f6513bf06acf3':
Doc change: add note about not exiting on onPause().
2015-07-22 17:46:21 +00:00
wang.zhenyu
ed987a52a2
Miss USB device Interface from UsbManager.getDeviceList().
...
In the scenario that you connect more than one device to android phone
with an usb hub, when you attach the second device,mNewConfigurationis
is still corresponded to the first device unless another
mNewConfiguration is created by a new operation. However,before another
mNewConfiguration is created,setInterfaces() in addUsbConfiguration()
has already been executed. Problem is that mNewInterfaces has already
been cleared when it finished endUsbDeviceAdded for the first device. As
a result,the UsbInterface descriptor in the first device's Configuration
descriptor is set to null.
Bug: 22657587
Change-Id: I0ba4f07c809d07ebebed633e43c3ee8e2e4c5060
2015-07-22 17:45:16 +00:00
Dianne Hackborn
b73946715c
Merge "Work on issue #22303510 : Additional permissions aren't properly..." into mnc-dev
2015-07-22 16:14:59 +00:00
Geoff Mendal
5c080bd2fb
am c41e3191: (-s ours) Merge "Import translations. DO NOT MERGE" into mnc-dr-dev
...
* commit 'c41e3191654d1b1e9df641da6aa7a8bf4f64b975':
Import translations. DO NOT MERGE
2015-07-22 16:09:47 +00:00
Geoff Mendal
c41e319165
Merge "Import translations. DO NOT MERGE" into mnc-dr-dev
2015-07-22 15:56:29 +00:00
Geoff Mendal
fb91daa1c5
Import translations. DO NOT MERGE
...
Change-Id: If03e28dba328619399e4f81a01283afbebd7d50d
Auto-generated-cl: translation import
2015-07-22 10:42:52 -05:00
Alex Klyubin
ada70be897
Merge "Add KM_MIN_MAC_LENGTH tag to HMAC and AES-GCM keys." into mnc-dev
2015-07-22 15:24:27 +00:00
Wale Ogunwale
ff21279e2c
Merge "Fixed issue with not finding existing activity for background user" into mnc-dev
2015-07-22 14:21:31 +00:00
Geoff Mendal
8d5ed661f0
am 920e8be6: (-s ours) Merge "Import translations. DO NOT MERGE" into mnc-dr-dev
...
* commit '920e8be69db7cd24a9c5566b95686a6b714447e9':
Import translations. DO NOT MERGE
2015-07-22 14:03:58 +00:00
Geoff Mendal
a88427c347
am e573ee63: (-s ours) Merge "Import translations. DO NOT MERGE" into mnc-dr-dev
...
* commit 'e573ee63b7a89b121ad36af883c2731d118f4794':
Import translations. DO NOT MERGE
2015-07-22 14:03:54 +00:00
Geoff Mendal
234bd0f46c
am b568f3fd: (-s ours) Import translations. DO NOT MERGE
...
* commit 'b568f3fdc935c9a185b7cf8f462567a6be97b900':
Import translations. DO NOT MERGE
2015-07-22 14:03:50 +00:00
Geoff Mendal
920e8be69d
Merge "Import translations. DO NOT MERGE" into mnc-dr-dev
2015-07-22 13:58:09 +00:00
Geoff Mendal
e292d5b86e
Import translations. DO NOT MERGE
...
Change-Id: If222f66dff503d3b3f0349d76fd082a6780414d7
Auto-generated-cl: translation import
2015-07-22 06:53:49 -07:00
Geoff Mendal
e573ee63b7
Merge "Import translations. DO NOT MERGE" into mnc-dr-dev
2015-07-22 13:51:43 +00:00
Geoff Mendal
7f722ede33
Import translations. DO NOT MERGE
...
Change-Id: I064668ffb91d718c0981ecd0f221e5f3b0d364d7
Auto-generated-cl: translation import
2015-07-22 06:50:26 -07:00
Geoff Mendal
b568f3fdc9
Import translations. DO NOT MERGE
...
Change-Id: I51a4605c050aab170712962b4cc2a7df7ca9174d
Auto-generated-cl: translation import
2015-07-22 06:49:42 -07:00
Kenny Guy
2ba3fec6e0
Merge "Support waiting for adb shell am stop-user to complete." into mnc-dev
2015-07-22 13:49:20 +00:00
Jason Monk
41cfd3f8c0
Merge "Fix blank tiles on QS rotate" into mnc-dev
2015-07-22 12:56:40 +00:00
Jason Monk
a910a04b8a
Merge "Fix crash in NetworkControllerImpl" into mnc-dev
2015-07-22 12:54:20 +00:00
Jim Miller
091f0e5c6c
Make FingerprintService more tolerant of fingerprintd crashes.
...
- attempt to restart fingerprintd on the next request
- inform clients that the hardware isn't available and cancel
listeners.
Fixes bug 22492148
Change-Id: Ib27eaf7f197c6a4e6ed9b085602882904d6b794d
2015-07-22 04:07:29 +00:00
Svet Ganov
2062eeff01
Add a privileged permission to get user accounts
...
bug:22602794
Change-Id: I6e5429f0eb5f2cb274d4740755070e588735e179
2015-07-21 19:23:21 -07:00
Dianne Hackborn
451c3468b9
Fix issue #22612630 : Ensure SMS/Call delivery during Doze
...
Add whitelist timeout for SMS.
Change-Id: I3392093000ad177a93b6ef36fb18f0398a671423
2015-07-21 17:39:46 -07:00
Svetoslav Ganov
bdb7d93651
Merge "Update permission icons to final versions - framework" into mnc-dev
2015-07-22 00:06:10 +00:00
Wale Ogunwale
25073dd4a8
Fixed issue with not finding existing activity for background user
...
We currently go through the list of existing activities to find
a match for the launching intent so we can re-use the activity
record if one already exist. However, we exit the search early
once we run across an activity record that doesn't belong to the
current foreground user. This will cause us to create duplicate
activity records if the launching intent is for a backround
user and an activity record already exist.
Based on https://android-review.googlesource.com/#/c/159131
Bug: 22564256
Change-Id: I4b6d94059c11fd2e621e65c8ec2c99427c15b246
2015-07-22 00:05:39 +00:00
Dianne Hackborn
cfbfafe1b9
Work on issue #22303510 : Additional permissions aren't properly...
...
...disabled after toggling them off
Keep track of whether a permission that has been declared by an app
was able to actually be installed in the system, along with an API
to find this information so that system UI can tell whether that
permission is of interest.
Also clean up some of the permission debug output.
Change-Id: If4541bedb857789b255bb18f03cad155dcda0b95
2015-07-21 17:01:15 -07:00
Adrian Roos
76dc5a51cd
Send BATTERY_CHANGED if maxChargingCurrent changes
...
Fixes a bug where the charging current on Keyguard was stale
on devices that don't immediately set the charging current.
Follow-up to I2e5c21dd7ec028ce47fb03ab71e74f7fccaa9e36
Bug: 8099739
Change-Id: I4b5b3b1231b1372310206941386dba743d5f88f4
2015-07-21 16:20:39 -07:00
George Mount
7c482463cb
Merge "Null checks to prevent NPEs in Fragments transactions." into mnc-dev
2015-07-21 22:51:27 +00:00
Jorim Jaggi
20df623459
Merge "Add callback to voice interaction session for lockscreen shown" into mnc-dev
2015-07-21 22:46:30 +00:00
Fred Chung
2c3b9fb86b
am 3ccbf3ba: Merge "Doc change: add note about not exiting on onPause()." into mnc-preview-docs
...
* commit '3ccbf3bad50c47409de9570c422756f9e3fa518a':
Doc change: add note about not exiting on onPause().
2015-07-21 22:16:55 +00:00
Fred Chung
3ccbf3bad5
Merge "Doc change: add note about not exiting on onPause()." into mnc-preview-docs
2015-07-21 22:06:15 +00:00
Jorim Jaggi
c1244a2995
Merge "Touch, wake and unlock" into mnc-dev
2015-07-21 21:53:11 +00:00
Jeff Sharkey
934995ede4
am b020b0d9: am cf051d18: Merge "Avoid NPE when no staged installs." into mnc-dev
...
* commit 'b020b0d97d80f0ebb550ce58a5b36787cfcf6df8':
Avoid NPE when no staged installs.
2015-07-21 21:52:57 +00:00
Jeff Sharkey
b020b0d97d
am cf051d18: Merge "Avoid NPE when no staged installs." into mnc-dev
...
* commit 'cf051d1846c347413d8c907b42f3fce74795a815':
Avoid NPE when no staged installs.
2015-07-21 21:36:56 +00:00
George Mount
13d7032d59
Null checks to prevent NPEs in Fragments transactions.
...
Bug 22631964
Change-Id: I20bc80bfb0ba5f1081d1c349b94db7c5475bcc51
2015-07-21 14:30:24 -07:00
Jeff Sharkey
cf051d1846
Merge "Avoid NPE when no staged installs." into mnc-dev
2015-07-21 21:23:59 +00:00
John Reck
1cd5afc135
am 9317d0b9: am 1fddd3ef: Merge "Mark isInUse per-window" into mnc-dev
...
* commit '9317d0b9904573bdb0d815ec563dd263447f11db':
Mark isInUse per-window
2015-07-21 21:19:47 +00:00
Fyodor Kupolov
67cd2fc5eb
am cf6500b9: am 55a116d0: Merge "Updated JavaDoc for DISALLOW_MODIFY_ACCOUNTS restriction" into mnc-dev
...
* commit 'cf6500b9bae461107d5c0c58de511df907d19fb3':
Updated JavaDoc for DISALLOW_MODIFY_ACCOUNTS restriction
2015-07-21 21:05:01 +00:00
John Reck
9317d0b990
am 1fddd3ef: Merge "Mark isInUse per-window" into mnc-dev
...
* commit '1fddd3efa9ac10e794d7bdf457b7b52c7e4614f7':
Mark isInUse per-window
2015-07-21 21:04:45 +00:00
John Reck
1fddd3efa9
Merge "Mark isInUse per-window" into mnc-dev
2015-07-21 20:50:30 +00:00
Fyodor Kupolov
cf6500b9ba
am 55a116d0: Merge "Updated JavaDoc for DISALLOW_MODIFY_ACCOUNTS restriction" into mnc-dev
...
* commit '55a116d00ca3f7b84a6af1c5c3472323ad5bc6ca':
Updated JavaDoc for DISALLOW_MODIFY_ACCOUNTS restriction
2015-07-21 20:50:24 +00:00
Amith Yamasani
b82c71a893
am 89d4131d: am 09ba7151: Merge "Don\'t kill apps that are multi-user aware..." into mnc-dev
...
* commit '89d4131d75cc4c89e3fb36115be929837c9a3171':
Don't kill apps that are multi-user aware...
2015-07-21 20:33:07 +00:00
Fyodor Kupolov
55a116d00c
Merge "Updated JavaDoc for DISALLOW_MODIFY_ACCOUNTS restriction" into mnc-dev
2015-07-21 20:32:28 +00:00
Alex Klyubin
a3686e4b38
am a69e72c5: am 5d586dd5: Merge "KM module may consume less input than provided by finish time." into mnc-dev
...
* commit 'a69e72c54786d2e3a585162b3bd71f325a1a6865':
KM module may consume less input than provided by finish time.
2015-07-21 20:18:03 +00:00
Amith Yamasani
89d4131d75
am 09ba7151: Merge "Don\'t kill apps that are multi-user aware..." into mnc-dev
...
* commit '09ba71513ba3bb092eb3effbe45953c50430ff20':
Don't kill apps that are multi-user aware...
2015-07-21 20:18:02 +00:00
Amith Yamasani
09ba71513b
Merge "Don't kill apps that are multi-user aware..." into mnc-dev
2015-07-21 20:04:22 +00:00
Alex Klyubin
a69e72c547
am 5d586dd5: Merge "KM module may consume less input than provided by finish time." into mnc-dev
...
* commit '5d586dd585a6663290b68abce433a75b5760fc5d':
KM module may consume less input than provided by finish time.
2015-07-21 20:02:21 +00:00
Adam Lesinski
ca34b18481
am a50f43e0: am 23e19066: Merge "BatteryStats: Read /proc/wakelocks first before trying /d/wakeup_sources" into mnc-dev
...
* commit 'a50f43e0028ec174827e73d1e45666b8e694808f':
BatteryStats: Read /proc/wakelocks first before trying /d/wakeup_sources
2015-07-21 19:54:24 +00:00
Alex Klyubin
5d586dd585
Merge "KM module may consume less input than provided by finish time." into mnc-dev
2015-07-21 19:50:50 +00:00