- Jun 06, 2024
-
-
Adrian Roos authored
This avoids mistakenly misidentifying projects when they are not checked out to the standard worktree. Fixes: 340801952 Test: repo upload Flag: NONE Change-Id: I69835db39c48ef84e2c0a9bee1e4246aef3c22e3 Merged-In: I69835db39c48ef84e2c0a9bee1e4246aef3c22e3
-
- May 17, 2024
-
-
Treehugger Robot authored
-
lijilou authored
When the hostsPackageForUser method return true,No nonNull judgment is made on the provider var which may be a null var. Bug: 339747311 Merged-In: I00f8c12b5dec00eac6e50e2ef755742db3fe4521 Change-Id: I00f8c12b5dec00eac6e50e2ef755742db3fe4521
-
- May 16, 2024
-
-
Becky Siegel authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Brad Nelson authored
-
Brad Nelson authored
-
Brad Nelson authored
-
Treehugger Robot authored
-
Makoto Onuki authored
-
Håkan Kvist authored
Make it possible to use read only properties in the path when merging an overlay config. One of the usecases is to support switching overlays depending on SKU. Example: <config> <overlay package="..." enabled="true" mutable="false" /> <merge path="${ro.my.prop}/config.xml" /> <merge path="skus/${ro.my.prop}.xml" /> <overlay package="..." enabled="true" mutable="false" /> </config> Bug: 223913150 Test: atest OverlayConfigTest OverlayConfigParserTest Change-Id: Ic9e460e5064a9601e713b3959a66a80bdf78734a
-
Treehugger Robot authored
-
Treehugger Robot authored
-
- May 15, 2024
-
-
Brad Nelson authored
Change-Id: I956280d49da8d35a4c42b7d96360258aefe3576e
-
Brad Nelson authored
Change-Id: If2e8a57483a49bcdf71bcd08f3fb38d51f59cdcd
-
Brad Nelson authored
Change-Id: I3a1291c51a94a3caeefe57d7cb47d1d84d3e866c
-
Jonathon Reinhart authored
Change-Id: Ic24730ab1feb0d79271968557aaedd35aa72b966
-
Suprabh Shukla authored
Since the underlying code in connectivity manager is moving to metered firewalls to denote the uid policy for metered restrictions, NPMS can start using them now. Rather than having a single PENALTY_BOX, we have separate firewalls for user and admin imposed restrictions. Once NPMS uses the appropriate firewalls for these, it does not need to separately convey the blocked reasons for metered restrictions on uids to the ConnectivityManager. Flag: com.android.server.net.use_metered_firewall_chains Test: atest FrameworksServicesTests:NetworkManagementServiceTest Test: atest FrameworksServicesTests:NetworkPolicyManagerTest Test: atest CtsHostsideNetworkPolicyTests Bug: 336693007 Change-Id: I8da11ff663257d3dafcb5e22ae3313a9255ef0a6 Merged-In: I8da11ff663257d3dafcb5e22ae3313a9255ef0a6
-
Nate Myren authored
Bug: None Test: None Flag: NONE (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:4654a6ede634c044f5b6d1aab7b269540379bbf9) Merged-In: I4b84653ba29c294afdcc137460d31dcec1abcfde Change-Id: I4b84653ba29c294afdcc137460d31dcec1abcfde
-
Daniel Peykov authored
-
Fabien Sanglard authored
This CL is part of the go/kddm project, to deprecate DDM protocol. HELO packet currently return the VM name and version, this CL allows to retrieves the same invo from a tool accessible from shell. The data is retrieved the same way it is retrieved in DdmHandleHello. handleHELO (System.getproperty). Test: NA Bug: go/kddm Change-Id: Id5cf9bf768f397bf3595e577f0da7a001b7ec394
-
Makoto Onuki authored
We should minimize uses of it, but once in a while, it's useful as a last resort. Bug: 340556010 Test: atest FrameworksCoreTestsRavenwood:com.android.internal.ravenwood.RavenwoodEnvironmentTest Test: tree hugger for device side tests Merged-In: Ice651a55cad092514466dd56940a2cf7b2285e4e Change-Id: Ice651a55cad092514466dd56940a2cf7b2285e4e
-
Edgar Arriaga García authored
-
Treehugger Robot authored
-
Ellen Arteca authored
-
- May 14, 2024
-
-
Treehugger Robot authored
-
Varun Shah authored
Bug: n/a Change-Id: Iff211c9fed743e0da93b8a5aa72c6c28e462bb4c Test: n/a
-
Daniel Peykov authored
* This brings the childNafCheck method in line with the version in androidx.test.uiautomator. Bug: 315023780 Test: manual Change-Id: Ie5ba2340bedabc31f346c6e717353c7a5db0e90e
-
William Leshner authored
-
Treehugger Robot authored
-
Song Chun Fan authored
Merge "AppDataHelper:fix ArrayIndexOutOfBoundsException happen in fixAppsDataOnBoot method due to forget add lock." into main
-
Jean-Michel Trivi authored
Merge "[Bugfix] Fix the issue where the spatializer available status could not be updated" into main
-
Alexei Nicoara authored
-
Divya Dubey authored
WallpaperUpdateReceiver unconditionally updates the wallpaper to the default_wallpaper when DEVICE_CUSTOMIZATION_READY is received. This overwrites live wallpapers and user set wallpapers. Just clear the wallpaper when there is no live wallpaper to avoid this from happening. Test: set a wallpaper and run adb shell am broadcast \ -a android.intent.action.DEVICE_CUSTOMIZATION_READY \ -f 0x01000000 Bug: 159673283 Change-Id: I385c28be84b9146e8620910258495f5d71b9c04e
-
Treehugger Robot authored
-
Howard Chen authored
The 'mOneShot' should default to 'true' to prevent accidental activation of the sticky mode in the system. Bug: 339788967 Test: adb shell am start-activity \ -n com.android.dynsystem/com.android.dynsystem.VerificationActivity \ -a android.os.image.action.START_INSTALL \ -d file:///storage/emulated/0/Download/system.raw.gz \ --el KEY_SYSTEM_SIZE $(du -b system.raw|cut -f1) \ --el KEY_USERDATA_SIZE 4294967296 Change-Id: Iad40d9923fa0680f6e8f37690bed817af2a19f04
-
Eric Laurent authored
-
Treehugger Robot authored
-