Commit Graph

413983 Commits

Author SHA1 Message Date
TreeHugger Robot
6b54c78b2d Merge "WifiMetrics: add histogram of passpoint provisioning" into qt-dev 2019-04-18 09:07:43 +00:00
TreeHugger Robot
512dbfbbb4 Merge "Add ability to center a notification icon" into qt-dev 2019-04-18 06:53:48 +00:00
TreeHugger Robot
ff0f81ff2e Merge "Remove car mode dialer and call companion roles." into qt-dev 2019-04-18 05:44:25 +00:00
Remi NGUYEN VAN
5410580108 Merge "Add overlayable tag for NetworkStackConfig" into qt-dev 2019-04-18 05:36:34 +00:00
TreeHugger Robot
328ff83bb3 Merge "Roll forward "Make notification effects for automotive configurable."" into qt-dev 2019-04-18 04:45:43 +00:00
TreeHugger Robot
80e9a4cc42 Merge "DO NOT MERGE: Fix a few issues with foreground service location accesses." into qt-dev 2019-04-18 04:35:43 +00:00
Jeff Sharkey
db44ba1e85 Merge "Canonicalize default ringtones." into qt-dev 2019-04-18 03:45:01 +00:00
Jeff Sharkey
285f6ffff9 Merge "Remove GROUP_ID; not actively being used by apps." into qt-dev 2019-04-18 03:39:26 +00:00
TreeHugger Robot
6e0668c784 Merge "API feedback: getSuppressNotification -> isNotificationSuppressed" into qt-dev 2019-04-18 03:27:45 +00:00
TreeHugger Robot
cb397d7031 Merge "Fix process name for sw codec process" into qt-dev 2019-04-18 03:24:14 +00:00
Shawn Lin
43a7706f43 Merge "Fixed notification background shifted in landscape" into qt-dev 2019-04-18 03:04:28 +00:00
TreeHugger Robot
00a71b4ec8 Merge "Add smart space to custom clock faces." into qt-dev 2019-04-18 02:28:43 +00:00
Peiyong Lin
53e38f260c Merge "Make sure the color space range is checked properly." into qt-dev 2019-04-18 02:16:57 +00:00
TreeHugger Robot
9c88c1e93e Merge "Add odm and oem policies" into qt-dev 2019-04-18 01:39:51 +00:00
TreeHugger Robot
10a591bc43 Merge "MediaSession2Service: Log ControllerInfo in connection process" into qt-dev 2019-04-18 01:08:21 +00:00
TreeHugger Robot
dd3667e8bb Merge "Update atoms with the final API constants" into qt-dev 2019-04-18 00:52:52 +00:00
Selim Cinek
07e64c8b02 Merge "Implemented dynamic privacy for redacted lockscreens" into qt-dev 2019-04-18 00:42:54 +00:00
Selim Cinek
3b9f527208 Merge "Removed unnecessary inflation executor logic" into qt-dev 2019-04-18 00:23:01 +00:00
TreeHugger Robot
7a2212e7a6 Merge "Fix refactoring glitch in KeyStore.java" into qt-dev 2019-04-18 00:02:21 +00:00
TreeHugger Robot
eef2449130 Merge "Import translations. DO NOT MERGE" into qt-dev 2019-04-17 23:50:43 +00:00
Jeff Sharkey
6378402da1 Canonicalize default ringtones.
Bug: 130445562
Test: atest --test-mapping packages/providers/MediaProvider
Change-Id: Ia4dee2f5596147ac50b2393fccb8516cc43b0102
2019-04-17 23:49:57 +00:00
TreeHugger Robot
0b2b17fbd7 Merge "Import translations. DO NOT MERGE" into qt-dev 2019-04-17 23:39:41 +00:00
TreeHugger Robot
c901e419e3 Merge "Camera: Clarify multi-camera RAW and FOV behaviors" into qt-dev 2019-04-17 23:23:29 +00:00
Ryan Mitchell
939df096be Add odm and oem policies
This change adds parsing, encoding, and validating of odm and oem
overlayable policies to aapt2, libandroidfw, and idmap2.

Bug: 121033532
Test: aapt2_tests, idmap2_tests
Change-Id: Ifc0d4b6c9f9c37e06b2988abade69dbb277c50c2
2019-04-17 16:07:57 -07:00
Peiyong Lin
d088e6b33d Make sure the color space range is checked properly.
We only want to accept pre-defined color space,without the check it's possible
that the color space is not pre-defined and thus can't be restored.

BUG: b/116112787, b/130737691
Test: build
Change-Id: Ic1d21501828d3edc5ad04534fece70a7146e78bd
2019-04-17 22:30:13 +00:00
Hongwei Wang
c4a3f5c377 Merge "Allows constructing ECHO REFERENCE AudioRecord" into qt-dev 2019-04-17 22:22:36 +00:00
TreeHugger Robot
5ed91dd1cd Merge "Revert "Add android.settings.ACTION_APP_BATTERY_SETTINGS to public API"" into qt-dev 2019-04-17 22:16:24 +00:00
Paul Scovanner
de1383f434 Merge "Revert "Pretend to be having the original background"" into qt-dev 2019-04-17 22:08:54 +00:00
Sudheer Shanka
d6d09d952b Merge "Allow sandboxed apps to access only package specific dirs." into qt-dev 2019-04-17 22:07:47 +00:00
Paul Scovanner
956bbb7e5d Revert "Pretend to be having the original background"
This reverts commit 1ab06de89f.
Bug: b/130586696

Reason for revert: b/130586696 This change causes a major breakage in Maps and blocks droidfood.

Change-Id: I50cde4865f48825b82f27087b8cac6e6527d6d95
2019-04-17 21:47:46 +00:00
TreeHugger Robot
6805b6ae0d Merge "Import translations. DO NOT MERGE" into qt-dev 2019-04-17 21:29:25 +00:00
TreeHugger Robot
adbdf2ef51 Merge "ThermalManagerServiceTest: change to new callback behavior" into qt-dev 2019-04-17 21:20:23 +00:00
TreeHugger Robot
3afd77d2d2 Merge "Import translations. DO NOT MERGE" into qt-dev 2019-04-17 21:15:22 +00:00
TreeHugger Robot
ad979f6c96 Merge "Import translations. DO NOT MERGE" into qt-dev 2019-04-17 21:15:13 +00:00
Janis Danisevskis
f924b7e25d Fix refactoring glitch in KeyStore.java
Bug: 129974578
Test: atest android.keystore.cts
Change-Id: I3ba732e15e522bd31e7eb813677d3ea884328cb6
2019-04-17 14:10:28 -07:00
TreeHugger Robot
3fd2f6e04d Merge "Import translations. DO NOT MERGE" into qt-dev 2019-04-17 21:10:05 +00:00
TreeHugger Robot
011a17e5c8 Merge "Import translations. DO NOT MERGE" into qt-dev 2019-04-17 21:10:02 +00:00
TreeHugger Robot
88ef832587 Merge "Import translations. DO NOT MERGE" into qt-dev 2019-04-17 21:05:48 +00:00
TreeHugger Robot
b1280cae8f Merge "Import translations. DO NOT MERGE" into qt-dev 2019-04-17 21:04:32 +00:00
Bill Yi
2524f8f796 Import translations. DO NOT MERGE
Auto-generated-cl: translation import

Bug: 64712476
Change-Id: I88f2588ab4330239de3174b349f9b08f97b3cfce
2019-04-17 14:02:09 -07:00
TreeHugger Robot
6756d70b0e Merge "Import translations. DO NOT MERGE" into qt-dev 2019-04-17 20:58:42 +00:00
Bill Yi
4211bce501 Import translations. DO NOT MERGE
Auto-generated-cl: translation import

Bug: 64712476
Change-Id: I588cea8878d88d6ac509a523e5e79aca0a80b7dd
2019-04-17 13:54:02 -07:00
Alex Salo
dd028ba2e1 Update atoms with the final API constants
Bug: 122960476
Test: manually
Change-Id: Ie80e4e797554d3f4c351e352ce4bc5da9994a9f6
2019-04-17 13:33:49 -07:00
Michael Wright
665fa7a8d6 Revert "Add android.settings.ACTION_APP_BATTERY_SETTINGS to public API"
This reverts commit c568477004.

Reason for revert: API concerns.
Bug: 129901520

Change-Id: I658de3933353ac93b13ce1f6f6616fd653663152
2019-04-17 20:32:44 +00:00
TreeHugger Robot
f02aabe529 Merge "Treat FLAG_MUTE_HAPTIC separately from mFlags." into qt-dev 2019-04-17 20:30:30 +00:00
TreeHugger Robot
a8853fe282 Merge "Add unit tests for AttentionManagerService. Make sure it won't crash when OnSwitchUser() is invoked while the bound service is null." into qt-dev 2019-04-17 20:28:20 +00:00
Selim Cinek
6f0a62a419 Implemented dynamic privacy for redacted lockscreens
Users with redacted lock screens now dynamically are able
to see the contents of their notifications whenever
they are authenticated.

Bug: 128037042
Test: atest SystemUITests
Change-Id: If289a8a9ddb300e1398f9e715511beb5a5fd5c5d
2019-04-17 12:53:15 -07:00
Josh Tsuji
eaf1f8fd6d Merge "Reposition the stack to a similar position upon rotation." into qt-dev 2019-04-17 19:46:16 +00:00
TreeHugger Robot
211ddf7040 Merge "Unhardcoded Augmented Autofill debug constants." into qt-dev 2019-04-17 19:40:08 +00:00
Jeff Sharkey
5e1ca0e889 Remove GROUP_ID; not actively being used by apps.
Bug: 130744218
Test: none
Change-Id: I2917b84ffcc698d3cbffe7dfbd49c76b21c46515
2019-04-17 13:35:16 -06:00