OSDN Git Service

android-x86/frameworks-base.git
5 years agoMerge "BaseIDevicePolicyManager Q cleanup."
TreeHugger Robot [Tue, 2 Apr 2019 17:14:44 +0000 (17:14 +0000)]
Merge "BaseIDevicePolicyManager Q cleanup."

5 years agoMerge "Remove closeTransactionSync since it's no longer used."
Chavi Weingarten [Tue, 2 Apr 2019 17:12:07 +0000 (17:12 +0000)]
Merge "Remove closeTransactionSync since it's no longer used."

5 years agoMerge "Do not colorize dark mode actions"
Lucas Dupin [Tue, 2 Apr 2019 16:58:27 +0000 (16:58 +0000)]
Merge "Do not colorize dark mode actions"

5 years agoMerge "Fix performance regression in textclassifier"
John Reck [Tue, 2 Apr 2019 16:38:48 +0000 (16:38 +0000)]
Merge "Fix performance regression in textclassifier"

5 years agoMerge "Sharesheet - Photos -> Sharesheet in work profile crashes"
TreeHugger Robot [Tue, 2 Apr 2019 16:20:23 +0000 (16:20 +0000)]
Merge "Sharesheet - Photos -> Sharesheet in work profile crashes"

5 years agoMerge "Fix hotspot icon tint in Settings."
TreeHugger Robot [Tue, 2 Apr 2019 16:20:19 +0000 (16:20 +0000)]
Merge "Fix hotspot icon tint in Settings."

5 years agoMerge "Use system user when installing APKs."
TreeHugger Robot [Tue, 2 Apr 2019 16:18:29 +0000 (16:18 +0000)]
Merge "Use system user when installing APKs."

5 years agoMerge "Keystore.java: Make apps tolerant to keystore crashes"
Janis Danisevskis [Tue, 2 Apr 2019 16:13:15 +0000 (16:13 +0000)]
Merge "Keystore.java: Make apps tolerant to keystore crashes"

5 years agoKeystore.java: Make apps tolerant to keystore crashes
Janis Danisevskis [Wed, 27 Mar 2019 22:50:28 +0000 (15:50 -0700)]
Keystore.java: Make apps tolerant to keystore crashes

Since keystore accepts asynchronous requests it may be that apps wait
forever if keystore dies. This patch adds a death recipient to all
keystore promises so that Keystore.java gets notified when keystore
dies.

Test: atest android.keystore.cts
Bug: 111443219
Bug: 128991260
Change-Id: Ie6e4a4f371287f83a2cdf4069d5686c67d8aebc1

5 years agoMerge "Disable the restored at resting position test, it's being flaky."
Josh Tsuji [Tue, 2 Apr 2019 16:01:49 +0000 (16:01 +0000)]
Merge "Disable the restored at resting position test, it's being flaky."

5 years agoDisable the restored at resting position test, it's being flaky.
Joshua Tsuji [Tue, 2 Apr 2019 15:56:21 +0000 (11:56 -0400)]
Disable the restored at resting position test, it's being flaky.

Test: disabling a test
Change-Id: I3fa36378bf93929c6e8f195d26a79ee3e2217150

5 years agoMerge "ClockManager listeners receive separate ClockPlugin instances."
Lucas Dupin [Tue, 2 Apr 2019 15:55:12 +0000 (15:55 +0000)]
Merge "ClockManager listeners receive separate ClockPlugin instances."

5 years agoMerge "docs: Linked VpnService class description to guide." am: 97f778f0b5 am: a2443f115e
Benjamin Miller [Tue, 2 Apr 2019 15:45:38 +0000 (08:45 -0700)]
Merge "docs: Linked VpnService class description to guide." am: 97f778f0b5 am: a2443f115e
am: ff94fa9d4e

Change-Id: I0758c4d7c79810bbb0c7a78a803f5e875f35cf48

5 years agoMerge "docs: Linked VpnService class description to guide." am: 97f778f0b5
Benjamin Miller [Tue, 2 Apr 2019 15:36:21 +0000 (08:36 -0700)]
Merge "docs: Linked VpnService class description to guide." am: 97f778f0b5
am: a2443f115e

Change-Id: I2a43d91af59ea51a8f81aecc0970e7ba77eaa3b1

5 years agoMerge "docs: Linked VpnService class description to guide."
Benjamin Miller [Tue, 2 Apr 2019 15:28:16 +0000 (08:28 -0700)]
Merge "docs: Linked VpnService class description to guide."
am: 97f778f0b5

Change-Id: I567720f4d1410b5d2da415321d7eebc2f79f35f6

5 years agoBaseIDevicePolicyManager Q cleanup.
Lenka Trochtova [Tue, 2 Apr 2019 11:39:51 +0000 (13:39 +0200)]
BaseIDevicePolicyManager Q cleanup.

Bug: 126706812
Test: make && atest DevicePolicyManagerTest

Change-Id: Ie9a62b76b0cc47a50bf4b0d26fe60cc541bcb18d

5 years agoMerge "docs: Linked VpnService class description to guide."
Treehugger Robot [Tue, 2 Apr 2019 15:14:28 +0000 (15:14 +0000)]
Merge "docs: Linked VpnService class description to guide."

5 years agoMerge "Fix crash on power menu rotation, and re-render power menu onUiModeChanged."
Aaron Heuckroth [Tue, 2 Apr 2019 14:39:52 +0000 (14:39 +0000)]
Merge "Fix crash on power menu rotation, and re-render power menu onUiModeChanged."

5 years agoMerge "Fix sharesheet permissioned icon loading bug"
TreeHugger Robot [Tue, 2 Apr 2019 14:32:11 +0000 (14:32 +0000)]
Merge "Fix sharesheet permissioned icon loading bug"

5 years agoSharesheet - Photos -> Sharesheet in work profile crashes
Matt Pietal [Tue, 2 Apr 2019 14:10:22 +0000 (10:10 -0400)]
Sharesheet - Photos -> Sharesheet in work profile crashes

The issue stems from adding the incorrect userid when first entering
the sharesheet. The flow from Photos sendkit directly to the work
profile sharesheet was setting the incorrect userid on the content
uris. Move this logic to the correct location.

Bug: 129280812
Test: Manually retest Photos->Share->Work Profile->Chat
Change-Id: I3660684336450172852cf86bea1f3c60cf15aa87

5 years agoMerge "Merge "Automatically greylist code in 3P packages" am: 1f80714c2d am: 8b174565...
Android Build Merger (Role) [Tue, 2 Apr 2019 13:55:15 +0000 (13:55 +0000)]
Merge "Merge "Automatically greylist code in 3P packages" am: 1f80714c2d am: 8b1745650b am: 4f0fdf2d43"

5 years agoMerge "Automatically greylist code in 3P packages" am: 1f80714c2d am: 8b1745650b
Andrei-Valentin Onea [Tue, 2 Apr 2019 13:54:25 +0000 (06:54 -0700)]
Merge "Automatically greylist code in 3P packages" am: 1f80714c2d am: 8b1745650b
am: 4f0fdf2d43

Change-Id: Iaa456ba488b37b87b1b65e312074a60c9b43a9a2

5 years agoFix hotspot icon tint in Settings.
Amin Shaikh [Tue, 2 Apr 2019 13:49:15 +0000 (09:49 -0400)]
Fix hotspot icon tint in Settings.

Also fix tinting other Settings icons and delete unused sysui icon.

Fixes: 126764703
Test: make; flash, change theme, open Settings Network & internet
Change-Id: Idc0dfaf646e6c09974a2fb2aab3963f5da096c01

5 years agoMerge "ANGLE: Allow libs from debug package"
Cody Northrop [Tue, 2 Apr 2019 13:47:30 +0000 (13:47 +0000)]
Merge "ANGLE: Allow libs from debug package"

5 years agoMerge "Automatically greylist code in 3P packages" am: 1f80714c2d
Andrei-Valentin Onea [Tue, 2 Apr 2019 13:40:33 +0000 (06:40 -0700)]
Merge "Automatically greylist code in 3P packages" am: 1f80714c2d
am: 8b1745650b

Change-Id: I73ba988cc378c6204a95e3f9e6931336aaf3d953

5 years agoMerge "Add workaround for qualcomm vulkan AHDARDWAREBUFFER_USAGE_VENDER_0"
TreeHugger Robot [Tue, 2 Apr 2019 13:37:05 +0000 (13:37 +0000)]
Merge "Add workaround for qualcomm vulkan AHDARDWAREBUFFER_USAGE_VENDER_0"

5 years agoMerge "Automatically greylist code in 3P packages"
Andrei-Valentin Onea [Tue, 2 Apr 2019 13:29:51 +0000 (06:29 -0700)]
Merge "Automatically greylist code in 3P packages"
am: 1f80714c2d

Change-Id: Icb8a10c22c6ecfb807fa8d1669940f02edfd97c4

5 years agoUse system user when installing APKs.
Dario Freni [Tue, 2 Apr 2019 10:45:13 +0000 (11:45 +0100)]
Use system user when installing APKs.

For Mainline module updates, this will effectively be the same operation
as installing the packages as a secondary user, since the packages are
preinstalled and preinstalled packages are visible to users. Also,
Mainline modules cannot be disabled per-user.

Since staged install are only issued by privileged apps having
INSTALL_PACKAGES permission, we believe this change is safe for the sake
of mainline.

Fix: 129397974
Bug: 129744602
Test: repro b/129397974 and verify install succeeds.
Change-Id: I5b388707848b6cdbf20511eea02a0c2abd768b86

5 years agoAdd workaround for qualcomm vulkan AHDARDWAREBUFFER_USAGE_VENDER_0
Greg Daniel [Mon, 1 Apr 2019 13:29:44 +0000 (09:29 -0400)]
Add workaround for qualcomm vulkan AHDARDWAREBUFFER_USAGE_VENDER_0

Test: manual building and testing on device. Bugs related to lack of
flag go away.
Bug: 128923272
Change-Id: I2457988c097d73020162947c346a8716d373185e

5 years agoMerge "Add diffing to KernelCpuThreadReader"
Misha Wagner [Tue, 2 Apr 2019 13:19:49 +0000 (13:19 +0000)]
Merge "Add diffing to KernelCpuThreadReader"

5 years agoMerge "Automatically greylist code in 3P packages"
Andrei-Valentin Onea [Tue, 2 Apr 2019 13:10:37 +0000 (13:10 +0000)]
Merge "Automatically greylist code in 3P packages"

5 years agoMerge "Allow background activity starts to be controlled by DeviceConfig."
Alan Stokes [Tue, 2 Apr 2019 12:57:50 +0000 (12:57 +0000)]
Merge "Allow background activity starts to be controlled by DeviceConfig."

5 years agoMerge "Fix flaky test on daylight savings"
TreeHugger Robot [Tue, 2 Apr 2019 12:55:44 +0000 (12:55 +0000)]
Merge "Fix flaky test on daylight savings"

5 years agoMerge "Fix AndroidTest.xml"
TreeHugger Robot [Tue, 2 Apr 2019 12:52:54 +0000 (12:52 +0000)]
Merge "Fix AndroidTest.xml"

5 years agoMerge "Ignore the asynchronous result while stopping keepalive" am: 7934214f4c am...
Junyu Lai [Tue, 2 Apr 2019 11:24:18 +0000 (04:24 -0700)]
Merge "Ignore the asynchronous result while stopping keepalive" am: 7934214f4c am: deae9510db
am: ef940cfef0

Change-Id: I5f1709f35a5faec7d9a110f3fa24e89ed1b05fbe

5 years agoMerge "Ignore the asynchronous result while stopping keepalive" am: 7934214f4c
Junyu Lai [Tue, 2 Apr 2019 11:15:07 +0000 (04:15 -0700)]
Merge "Ignore the asynchronous result while stopping keepalive" am: 7934214f4c
am: deae9510db

Change-Id: I25daef8b1bbbbe93e636c320a032a486751ebcc9

5 years agoMerge "Ignore the asynchronous result while stopping keepalive"
Junyu Lai [Tue, 2 Apr 2019 11:05:49 +0000 (04:05 -0700)]
Merge "Ignore the asynchronous result while stopping keepalive"
am: 7934214f4c

Change-Id: Idc6d76ca412f7bbae3b32e81756c419d84dc2c80

5 years agoMerge "Ignore the asynchronous result while stopping keepalive"
Junyu Lai [Tue, 2 Apr 2019 10:48:23 +0000 (10:48 +0000)]
Merge "Ignore the asynchronous result while stopping keepalive"

5 years agoMerge "Block getAvailableRollbacks on the handler thread."
Richard Uhler [Tue, 2 Apr 2019 09:07:17 +0000 (09:07 +0000)]
Merge "Block getAvailableRollbacks on the handler thread."

5 years agoMerge "Address leftover comments on 923337 and 930217." am: 1e97aab6f4 am: 55a22b5d17
Paul Hu [Tue, 2 Apr 2019 08:29:08 +0000 (01:29 -0700)]
Merge "Address leftover comments on 923337 and 930217." am: 1e97aab6f4 am: 55a22b5d17
am: 1d7b92b9d5

Change-Id: I75eadb66c81d72c768e77feddd383d60f8accd65

5 years agoMerge "Address leftover comments on 923337 and 930217." am: 1e97aab6f4
Paul Hu [Tue, 2 Apr 2019 08:14:24 +0000 (01:14 -0700)]
Merge "Address leftover comments on 923337 and 930217." am: 1e97aab6f4
am: 55a22b5d17

Change-Id: Ibbc8dd7bb869f76515c9f57793db02953dd07804

5 years agoMerge "Address leftover comments on 923337 and 930217."
Paul Hu [Tue, 2 Apr 2019 07:58:18 +0000 (00:58 -0700)]
Merge "Address leftover comments on 923337 and 930217."
am: 1e97aab6f4

Change-Id: I733160ae51b8f0e80f78ab375cdb0a547b74f68d

5 years agoMerge "Update activity recognition permission naming"
Zimuzo Ezeozue [Tue, 2 Apr 2019 07:47:27 +0000 (07:47 +0000)]
Merge "Update activity recognition permission naming"

5 years agoMerge "Address leftover comments on 923337 and 930217."
Paul Hu [Tue, 2 Apr 2019 07:39:04 +0000 (07:39 +0000)]
Merge "Address leftover comments on 923337 and 930217."

5 years agoMerge "Avoid holding WM lock on input path"
TreeHugger Robot [Tue, 2 Apr 2019 06:38:55 +0000 (06:38 +0000)]
Merge "Avoid holding WM lock on input path"

5 years agoMerge "update dns message atom"
Frank Li [Tue, 2 Apr 2019 06:13:00 +0000 (06:13 +0000)]
Merge "update dns message atom"

5 years agoMerge "Improve PackageInfo parsing for apex files"
Mohammad Samiul Islam [Tue, 2 Apr 2019 05:33:44 +0000 (05:33 +0000)]
Merge "Improve PackageInfo parsing for apex files"

5 years agoMerge "fail multi install when child fails"
TreeHugger Robot [Tue, 2 Apr 2019 05:01:28 +0000 (05:01 +0000)]
Merge "fail multi install when child fails"

5 years agoMerge "Migrate away from WebView fallback logic."
TreeHugger Robot [Tue, 2 Apr 2019 04:14:44 +0000 (04:14 +0000)]
Merge "Migrate away from WebView fallback logic."

5 years agoMerge "Adding latency biometric for enroll."
Joshua Mccloskey [Tue, 2 Apr 2019 03:56:00 +0000 (03:56 +0000)]
Merge "Adding latency biometric for enroll."

5 years agoMerge "Remove allocation in onLayout"
TreeHugger Robot [Tue, 2 Apr 2019 03:55:48 +0000 (03:55 +0000)]
Merge "Remove allocation in onLayout"

5 years agoMerge "Revert "Revert "Preload non-bootclasspath Java lib ClassLoaders.""" am: 4b5ca2...
Steven Moreland [Tue, 2 Apr 2019 03:14:55 +0000 (20:14 -0700)]
Merge "Revert "Revert "Preload non-bootclasspath Java lib ClassLoaders.""" am: 4b5ca28dfe am: 4e709ea3fd
am: 96724b57ae

Change-Id: I3de2f4b4fb092d0db5001209d68ea217e150b8da

5 years agoMerge "Remove greylist of apps that gain legacy access."
Jeff Sharkey [Tue, 2 Apr 2019 02:59:38 +0000 (02:59 +0000)]
Merge "Remove greylist of apps that gain legacy access."

5 years agoMerge "Revert "Revert "Preload non-bootclasspath Java lib ClassLoaders.""" am: 4b5ca28dfe
Steven Moreland [Tue, 2 Apr 2019 02:50:13 +0000 (19:50 -0700)]
Merge "Revert "Revert "Preload non-bootclasspath Java lib ClassLoaders.""" am: 4b5ca28dfe
am: 4e709ea3fd

Change-Id: Ia5b6280f17a67f0fa791f36544a77e2af99e7e0e

5 years agoMerge "[automerger skipped] Merge "API Feedback for CBRS" am: 9c706654a2 am: f9edc9ff...
Android Build Merger (Role) [Tue, 2 Apr 2019 02:48:30 +0000 (02:48 +0000)]
Merge "[automerger skipped] Merge "API Feedback for CBRS" am: 9c706654a2 am: f9edc9fffd am: 4e578310f8 -s ours am skip reason: change_id I2476834a5048d0e3c2c3413d7168a7a3ad2d7042 with SHA1 32240b572b is in history"

5 years ago[automerger skipped] Merge "API Feedback for CBRS" am: 9c706654a2 am: f9edc9fffd
Xiangyu/Malcolm Chen [Tue, 2 Apr 2019 02:46:38 +0000 (19:46 -0700)]
[automerger skipped] Merge "API Feedback for CBRS" am: 9c706654a2 am: f9edc9fffd
am: 4e578310f8 -s ours
am skip reason: change_id I2476834a5048d0e3c2c3413d7168a7a3ad2d7042 with SHA1 32240b572b is in history

Change-Id: I751e7c20c5e7f6eb4b82ea8e0aad6cbcca176ae6

5 years agoMerge "WM: Add a crop to touchable region if needed"
TreeHugger Robot [Tue, 2 Apr 2019 02:41:29 +0000 (02:41 +0000)]
Merge "WM: Add a crop to touchable region if needed"

5 years agoMerge "Revert "Revert "Preload non-bootclasspath Java lib ClassLoaders."""
Steven Moreland [Tue, 2 Apr 2019 02:38:43 +0000 (19:38 -0700)]
Merge "Revert "Revert "Preload non-bootclasspath Java lib ClassLoaders."""
am: 4b5ca28dfe

Change-Id: I63fa6d4a8671db24bf9fce898414c27068547ed2

5 years agoMerge "Batch the commit-to-disk of new persisted jobs"
TreeHugger Robot [Tue, 2 Apr 2019 02:36:21 +0000 (02:36 +0000)]
Merge "Batch the commit-to-disk of new persisted jobs"

5 years agoMerge "[IPMS] Implement regular maintenance" am: 7f10bb1c11 am: c308297bc2
Paul Hu [Tue, 2 Apr 2019 02:32:54 +0000 (19:32 -0700)]
Merge "[IPMS] Implement regular maintenance" am: 7f10bb1c11 am: c308297bc2
am: 7da31a0cf5

Change-Id: I5be38b1eb3d05d5e7c8fa93094816bb3dab7b5d4

5 years agoMerge "API Feedback for CBRS" am: 9c706654a2
Xiangyu/Malcolm Chen [Tue, 2 Apr 2019 02:26:11 +0000 (19:26 -0700)]
Merge "API Feedback for CBRS" am: 9c706654a2
am: f9edc9fffd

Change-Id: I7c449a129ab8bd759b40e0aa0a429dd7847ef755

5 years agoMerge "Fix IpPrefixTest#testContainsInetAddress fail." am: 66a133858b am: 9872066d02
Paul Hu [Tue, 2 Apr 2019 02:24:38 +0000 (19:24 -0700)]
Merge "Fix IpPrefixTest#testContainsInetAddress fail." am: 66a133858b am: 9872066d02
am: c13f50f5af

Change-Id: I9e74dc9bf30a53ce78395e502a52891ba488f4b1

5 years agoMerge "Revert "Revert "Preload non-bootclasspath Java lib ClassLoaders."""
Steven Moreland [Tue, 2 Apr 2019 02:19:44 +0000 (02:19 +0000)]
Merge "Revert "Revert "Preload non-bootclasspath Java lib ClassLoaders."""

5 years agoMerge "API Feedback for CBRS"
Xiangyu/Malcolm Chen [Tue, 2 Apr 2019 02:10:02 +0000 (19:10 -0700)]
Merge "API Feedback for CBRS"
am: 9c706654a2

Change-Id: I6a6d0a81100093696fc6e4b66b32e34dbed49913

5 years agoMerge "[IPMS] Implement regular maintenance" am: 7f10bb1c11
Paul Hu [Tue, 2 Apr 2019 02:09:46 +0000 (19:09 -0700)]
Merge "[IPMS] Implement regular maintenance" am: 7f10bb1c11
am: c308297bc2

Change-Id: Ia9bb46e1ffaf3c3d0a268de1dc0a2fad03b4e240

5 years ago[automerger skipped] Merge "Rename NetworkStackPermissionStub" am: 073e73a0c1 am...
Remi NGUYEN VAN [Tue, 2 Apr 2019 02:04:18 +0000 (19:04 -0700)]
[automerger skipped] Merge "Rename NetworkStackPermissionStub" am: 073e73a0c1 am: 63d998d859
am: aae8aa3dde -s ours
am skip reason: change_id I7bdc058dddfa483823074055ad5c9d7d2efd37b9 with SHA1 63b386cd0b is in history

Change-Id: If16e04ff1d3aefe408895252c7c2b8233238e65d

5 years agoDo not colorize dark mode actions
Lucas Dupin [Tue, 2 Apr 2019 02:00:12 +0000 (19:00 -0700)]
Do not colorize dark mode actions

Test: visual
Fixes: 120080173
Change-Id: I9f016670aa88f13b7fd99e89a509a56f62926797

5 years agoMerge "Fix IpPrefixTest#testContainsInetAddress fail." am: 66a133858b
Paul Hu [Tue, 2 Apr 2019 01:59:35 +0000 (18:59 -0700)]
Merge "Fix IpPrefixTest#testContainsInetAddress fail." am: 66a133858b
am: 9872066d02

Change-Id: I257b51a4f0be974eacf8a6c0f12b5d5aacdc7a5f

5 years agoMerge "[IPMS] Implement regular maintenance"
Paul Hu [Tue, 2 Apr 2019 01:58:18 +0000 (18:58 -0700)]
Merge "[IPMS] Implement regular maintenance"
am: 7f10bb1c11

Change-Id: I82e4bc47ed3dc2d1b6907c7229df296ba2b4d88e

5 years agoMerge "Rename NetworkStackPermissionStub" am: 073e73a0c1
Remi NGUYEN VAN [Tue, 2 Apr 2019 01:54:02 +0000 (18:54 -0700)]
Merge "Rename NetworkStackPermissionStub" am: 073e73a0c1
am: 63d998d859

Change-Id: Iffecb9d56fe90d9c62e963c2c38094f0c2b21f39

5 years agoMerge "Fix IpPrefixTest#testContainsInetAddress fail."
Paul Hu [Tue, 2 Apr 2019 01:47:42 +0000 (18:47 -0700)]
Merge "Fix IpPrefixTest#testContainsInetAddress fail."
am: 66a133858b

Change-Id: I0926ee39c306fefdd158e1c4c7e4c1ba4b7c5f7d

5 years agoMerge "API Feedback for CBRS"
Xiangyu/Malcolm Chen [Tue, 2 Apr 2019 01:46:19 +0000 (01:46 +0000)]
Merge "API Feedback for CBRS"

5 years agoMerge "Rename NetworkStackPermissionStub"
Remi NGUYEN VAN [Tue, 2 Apr 2019 01:43:14 +0000 (18:43 -0700)]
Merge "Rename NetworkStackPermissionStub"
am: 073e73a0c1

Change-Id: I616fb13add96c3c4708510138a4e920336695239

5 years agoMerge "[IPMS] Implement regular maintenance"
Paul Hu [Tue, 2 Apr 2019 01:39:38 +0000 (01:39 +0000)]
Merge "[IPMS] Implement regular maintenance"

5 years agoMerge "Fix IpPrefixTest#testContainsInetAddress fail."
Paul Hu [Tue, 2 Apr 2019 01:33:02 +0000 (01:33 +0000)]
Merge "Fix IpPrefixTest#testContainsInetAddress fail."

5 years agoMerge "Rename NetworkStackPermissionStub"
Remi NGUYEN VAN [Tue, 2 Apr 2019 01:31:51 +0000 (01:31 +0000)]
Merge "Rename NetworkStackPermissionStub"

5 years agoMerge "Fix padding of title on entity header does not wrap properly"
TreeHugger Robot [Tue, 2 Apr 2019 01:30:01 +0000 (01:30 +0000)]
Merge "Fix padding of title on entity header does not wrap properly"

5 years agoMerge "Clarifying Battery Saver GPS Disable"
TreeHugger Robot [Tue, 2 Apr 2019 01:25:19 +0000 (01:25 +0000)]
Merge "Clarifying Battery Saver GPS Disable"

5 years agoMerge "Add INSTALL_STAGED_CANCEL_* enums"
TreeHugger Robot [Tue, 2 Apr 2019 01:17:46 +0000 (01:17 +0000)]
Merge "Add INSTALL_STAGED_CANCEL_* enums"

5 years agoMerge "Cleanup SystemReady in the network stack" am: e0ef7ce4f7 am: 4b130e8567
Chalard Jean [Tue, 2 Apr 2019 01:13:24 +0000 (18:13 -0700)]
Merge "Cleanup SystemReady in the network stack" am: e0ef7ce4f7 am: 4b130e8567
am: aafb4b0576

Change-Id: I0e57236ede9dd176cd30ea034d05205776662c91

5 years ago[automerger skipped] Merge "Add a new carrier config to show the WFC location privacy...
Hall Liu [Tue, 2 Apr 2019 00:57:09 +0000 (17:57 -0700)]
[automerger skipped] Merge "Add a new carrier config to show the WFC location privacy policy UI" am: 4c508d1b03 am: d94791b712
am: 516b07ee2c -s ours
am skip reason: change_id I58df76ae97b54009b55a7a78fcaec95cd9b27ca6 with SHA1 7f3a9d08c6 is in history

Change-Id: If02ed9c640ad95115d27579f5357ff540caf4341

5 years agoMerge "Link to android experimental flags API"
Chiachang Wang [Tue, 2 Apr 2019 00:51:51 +0000 (00:51 +0000)]
Merge "Link to android experimental flags API"

5 years agoRemove greylist of apps that gain legacy access.
Jeff Sharkey [Tue, 2 Apr 2019 00:42:51 +0000 (18:42 -0600)]
Remove greylist of apps that gain legacy access.

Per design pivot, access to legacy behavior will be determined by
the new "allowExternalStorageSandbox" manifest flag.

Bug: 124818022129487770
Test: atest --test-mapping packages/providers/MediaProvider
Test: atest android.appsecurity.cts.ExternalStorageHostTest
Change-Id: I169e5eb3612c23aad47204cde9ff263f9df6f8c1

5 years agoMerge "Adds @NonNull to getChildSessionIds"
TreeHugger Robot [Tue, 2 Apr 2019 00:42:42 +0000 (00:42 +0000)]
Merge "Adds @NonNull to getChildSessionIds"

5 years agoMerge "Cleanup SystemReady in the network stack" am: e0ef7ce4f7
Chalard Jean [Tue, 2 Apr 2019 00:41:35 +0000 (17:41 -0700)]
Merge "Cleanup SystemReady in the network stack" am: e0ef7ce4f7
am: 4b130e8567

Change-Id: Id1348ffa1406adf08b94eec18b3b1e6da40e84be

5 years agoMerge "BluetoothHealth: hide auto-created default constructors" am: 463454432b am...
Jack He [Tue, 2 Apr 2019 00:40:49 +0000 (17:40 -0700)]
Merge "BluetoothHealth: hide auto-created default constructors" am: 463454432b am: 39a6d731bb
am: f08eadc878

Change-Id: I042170e4b06ee298c063a84c8f7aaabe58a4c0dd

5 years agoBatch the commit-to-disk of new persisted jobs
Christopher Tate [Fri, 22 Feb 2019 01:41:37 +0000 (17:41 -0800)]
Batch the commit-to-disk of new persisted jobs

We aggressively commit persisted-job state changes to disk ASAP, but
this means that in some cases (both pathological and not) we wind up
redundantly writing the persisted-jobs description to disk multiple
times.  Now we reduce the potential write load by batching together all
updates within a given time threshold into a single commit to disk.

Bug: 125441169
Test: atest $ANDROID_BUILD_TOP/frameworks/base/services/tests/servicestests/src/com/android/server/job/JobStoreTest.java
Change-Id: If7b544064f35dc6b0543b2ec979ae94afb5d6e33

5 years agoMerge "Pass debug.allocTracker.stackDepth to runtime if it exists" am: 72e80b5b1a...
Mathieu Chartier [Tue, 2 Apr 2019 00:32:46 +0000 (17:32 -0700)]
Merge "Pass debug.allocTracker.stackDepth to runtime if it exists" am: 72e80b5b1a am: efeaad3225
am: e58f122e19

Change-Id: I40fc2836471279635acc26c06aa4a18a183947f9

5 years agoMerge "Replace bubble header with adaptive settings icon"
TreeHugger Robot [Tue, 2 Apr 2019 00:29:32 +0000 (00:29 +0000)]
Merge "Replace bubble header with adaptive settings icon"

5 years agoMerge "Add a new carrier config to show the WFC location privacy policy UI" am: 4c508...
Hall Liu [Tue, 2 Apr 2019 00:24:01 +0000 (17:24 -0700)]
Merge "Add a new carrier config to show the WFC location privacy policy UI" am: 4c508d1b03
am: d94791b712

Change-Id: I435a8b653960e07931bb8c0c11fad3f805431dc6

5 years agoMerge "BluetoothHealth: hide auto-created default constructors" am: 463454432b
Jack He [Tue, 2 Apr 2019 00:18:16 +0000 (17:18 -0700)]
Merge "BluetoothHealth: hide auto-created default constructors" am: 463454432b
am: 39a6d731bb

Change-Id: If1410685d139f44a87648bfdb87094cd30ec8462

5 years agoRename NetworkStackPermissionStub
Remi NGUYEN VAN [Tue, 26 Mar 2019 08:24:48 +0000 (17:24 +0900)]
Rename NetworkStackPermissionStub

Use NetworkStackPermissionConfig instead.

Bug: 129317412
Test: Flashed, booted, WiFi working
Merged-In: I7bdc058dddfa483823074055ad5c9d7d2efd37b9
Change-Id: I45299c12598cd3b33bfd78ae8698d98b77b18dc0

5 years agoMerge "AAPT2: Delete dead code"
TreeHugger Robot [Tue, 2 Apr 2019 00:13:19 +0000 (00:13 +0000)]
Merge "AAPT2: Delete dead code"

5 years agoMerge "Cleanup SystemReady in the network stack"
Chalard Jean [Tue, 2 Apr 2019 00:12:06 +0000 (17:12 -0700)]
Merge "Cleanup SystemReady in the network stack"
am: e0ef7ce4f7

Change-Id: I1a55078b74d5f94afde94da0dc5f6e1d2af10de3

5 years agoMerge "Pass debug.allocTracker.stackDepth to runtime if it exists" am: 72e80b5b1a
Mathieu Chartier [Tue, 2 Apr 2019 00:11:04 +0000 (17:11 -0700)]
Merge "Pass debug.allocTracker.stackDepth to runtime if it exists" am: 72e80b5b1a
am: efeaad3225

Change-Id: I16ff57136a2f53e97b494c866ac3497e00996823

5 years agoMerge "Rename NetworkStackPermissionStub"
Remi NGUYEN VAN [Tue, 2 Apr 2019 00:10:19 +0000 (00:10 +0000)]
Merge "Rename NetworkStackPermissionStub"

5 years agoMerge "Remove dual storage permission model"
Philip P. Moltmann [Mon, 1 Apr 2019 23:45:23 +0000 (23:45 +0000)]
Merge "Remove dual storage permission model"

5 years agoMerge "Add a new carrier config to show the WFC location privacy policy UI"
Hall Liu [Mon, 1 Apr 2019 23:34:30 +0000 (16:34 -0700)]
Merge "Add a new carrier config to show the WFC location privacy policy UI"
am: 4c508d1b03

Change-Id: I1b3c96de78b909dab372e3e3745c877b8becd2d6

5 years agoRemove dual storage permission model
Philip P. Moltmann [Wed, 27 Mar 2019 19:24:45 +0000 (12:24 -0700)]
Remove dual storage permission model

- Also remove typed media permissions
- Leave typed media app-ops

Bug: 129716569
Test: Used apps, looked at permissions in the UI
Change-Id: If7714fb1a6955584157e1a60ab72b09e35287827

5 years agoMerge "BluetoothHealth: hide auto-created default constructors"
Jack He [Mon, 1 Apr 2019 23:29:30 +0000 (16:29 -0700)]
Merge "BluetoothHealth: hide auto-created default constructors"
am: 463454432b

Change-Id: I51d7f625dd2bcb81fec4bcf25822d1533cbc5cee