- Oct 18, 2021
-
-
Trevor Radcliffe authored
-
Treehugger Robot authored
-
- Oct 16, 2021
-
-
Jakub Pawlowski authored
-
- Oct 15, 2021
-
-
Sudheer Shanka authored
-
Sudheer Shanka authored
If an app does not have the permission to access network in Restricted mode, we should be removing ALLOWED_REASON_RESTRICTED_MODE_PERMISSIONS from the uid's allowedReasons but right now, we end up removing all the allowedReasons except ALLOWED_REASON_RESTRICTED_MODE_PERMISSIONS and this could result in sending wrong network state to apps. Bug: 202213533 Test: atest tests/cts/hostside/src/com/android/cts/net/HostsideRestrictBackgroundNetworkTests.java Change-Id: Ibcae147bf4ba84ff91ef7038ffef8c33082b82ca Merged-In: Ibcae147bf4ba84ff91ef7038ffef8c33082b82ca (cherry picked from commit 259414ef)
-
Guojing Yuan authored
-
Hui Wang authored
-
Kai Shi authored
-
Łukasz Rymanowski authored
Bug: 150670922 Tag: #feature Sponsor: jpawlowski@ Test: compile Change-Id: Iaf41085d13a5b249f6ba3e6705e8a42234ace330
-
Jakub Pawlowski authored
-
Alan Stokes authored
-
Treehugger Robot authored
-
Łukasz Rymanowski authored
Bug: 150670922 Tag: #feature Sponsor: jpawlowski@ Test: Manual Merged-In: I45402a6d315d8ccc2bc756bdc9937e81eea3c58a Change-Id: I45402a6d315d8ccc2bc756bdc9937e81eea3c58a
-
Alice Kuo authored
Remove createBond from settingLib. SystemUI and Setting have the individual settingLib instance. If we trigger pairing inside settingLib, the action would be called twice. Bug: 201758444 Bug: 150670922 Test: Pair the coordinated set devices, and check the set member pairing would be done automatically without the pairing dialog Change-Id: I289b8af857530f0fb207b777d09d94549cfdf553
-
Ashwini Oruganti authored
Previously, we were skipping a broadcast when either the permission or the app op was granted. However, for runtime permissions to be considered "granted" both the permission and the app op need to be granted. This change updates taking this into account. Test: manual Bug: 202436287 Bug: 183537857 Change-Id: I9f12f9e17e61246d723d18ead93c6115bbf6d5cf
-
- Oct 14, 2021
-
-
Elliott Hughes authored
-
Guojing Yuan authored
Change-Id: Iaef71cf1c01b2ca625431bcbfa2faf5a20c18e89
-
Christian Wailes authored
-
Kai Shi authored
Initialize LCE list so that its size is at least 1. This is important for 1st call back after registration especially when there is no LCE report yet. Bug: 198682652 Test: atest -c TelephonyCallbackTest in airplane mode. Change-Id: I54b4ce0c51e6c10c6ef67776cf3083a04b7d5da3 Merged-In: I54b4ce0c51e6c10c6ef67776cf3083a04b7d5da3
-
Steven Moreland authored
-
Hao Ke authored
Merge "Add “@throws BadParcelableException” to the JavaDoc of new API methods that throw the exception."
-
Treehugger Robot authored
-
Trevor Radcliffe authored
Also migrates related dependencies, and needed to make a small code change to make it work. Fixes: 202986197 Test: Ran the tests Test: Treehugger Change-Id: Ie30ca52200b93d4f7bff9f60ceb0ba95d052b5c8
-
Hao Ke authored
Test: atest -d android.os.cts.ParcelTest Bug: b/203004511 Change-Id: I24bf7314e63015d46ab478ec8c44ecf22857bac2
-
Alan Stokes authored
As discussed. Test: N/A Change-Id: I56beaeff1e492fb1a2a674647f310552df346744
-
Neil Fuller authored
-
Neil Fuller authored
Commit e5ad1297 combined with pending reviews demonstrated the OWNERS syntax has quirks and it is not working as intended. Documentation used: https://android-review.googlesource.com/plugins/code-owners/Documentation/backend-find-owners.html#syntax The syntax guide recommends that patterns like sub-dir/* aren't used as they can cause problems when renaming directories; better to have OWNERS in the sub-dir. The pattern sntp/* didn't appear to be working (perhaps because of spaces). Test: None Bug: 199481251 Change-Id: I193744eaaad529b9680d3ccf905b86d68f62f7ff
-
Treehugger Robot authored
-
Anton Hansson authored
-
Neil Fuller authored
-
Neil Fuller authored
Add additional OWNERS for SNTP client code. This may be enough to cover test code that will match the same patterns in core/tests/coretests/src/android/net (which imports/includes core/java/android/net/OWNERS). If not, there will be a follow-up for test code. Test: None Bug: 199481251 Change-Id: I1dd6ce6afa0cb441279f3fad3e82483ce6dcaf1b
-
Tsung-Mao Fang authored
-
Jakub Pawlowski authored
* changes: leaudio: Add missing context types leaudio: Add API to add/remove group node
-
Jakub Pawlowski authored
-
Tyler Gunn authored
-
- Oct 13, 2021
-
-
Chris Wailes authored
Removed owners who are no longer on the team and added a new owner. Test: none Change-Id: Id826909d11a069082855bf6d0da7cc54c5cea664
-
Jakub Pawlowski authored
-
Grzegorz Kołodziejczyk authored
BYPASS_INCLUSIVE_LANGUAGE_REASON=exact wording for constant from BT specification Bug: 150670922 Tag: #feature Sponsor: jpawlowski@ Test: compile Change-Id: If0e5861e882636afba6a29c0ae34362d179035ea
-
Anton Hansson authored
This target produces nearly identical contents to the build target framework-doc-stubs (the only diffs are in whitespace). Using this module in the SDK zip will allow changing the inputs of framework-doc-stubs to java sources that don't have all the annotations (the jar stubs). Bug: 187397779 Test: m sdk-annotations.zip and diff with framework-doc-stubs zip Change-Id: Id163473c455f25c5f31c965d907c0c3b0e7755fc
-
Sarah Chin authored
-