- May 14, 2024
-
-
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
-
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
-
xialei6 authored
When a device (such as a projection device) is connected, the spatializer available status should be updated regardless of whether this feature is turned on or not. Because other functions (such as the spatializer UI switch) need to change according to the spatializer available status. Change-Id: I43d6d5d0ea4d69a0d4559390dcf34885b96bc488 Signed-off-by:
xialei6 <xialei6@xiaomi.com>
-
- May 13, 2024
-
-
Automerger Merge Worker authored
* changes: [automerger skipped] Merge "HDMI: Update OWNERS" into android14-tests-dev am: 42dcf192 -s ours [automerger skipped] HDMI: Update OWNERS am: 48911fff -s ours
-
Paul Colta authored
am skip reason: Merged-In I8aed84fab3b5f12e781f3834a087e186c6f61cca with SHA-1 98332a78 is already in history Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3082819 Change-Id: I23760e40fb57be991c4ca7e2722c40f22fc844c8 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Paul Colța authored
am skip reason: Merged-In I8aed84fab3b5f12e781f3834a087e186c6f61cca with SHA-1 98332a78 is already in history Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3082819 Change-Id: If3cc3b96f515d9222a0d04a5f0de4316d1ff1f44 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Paul Colta authored
-
Shunkai Yao authored
Bug: 332981866 Test: atest com.android.server.audio.MusicFxHelperTest Flag: NONE, impact of this fix is limited Change-Id: I996951c7f71678c76afec78efd452b275f17213e (cherry picked from commit 52c9b652) Merged-In: I996951c7f71678c76afec78efd452b275f17213e
-
Treehugger Robot authored
-
John Reck authored
-
Shrinidhi Hegde authored
-
Eric Laurent authored
-
derek.li authored
Use the size of limitSurfaceSize to set the window Bug: 339763174 Test: 1. set the property: [ro.surface_flinger.max_graphics_height]: [1080] [ro.surface_flinger.max_graphics_width]: [1920] 2. Repeatedly Turn on/off while connecting to 4K TV and check the boot animation Change-Id: I378aab715d75b8ddb47068cb0e81503d83339021
-
- May 11, 2024
-
-
Treehugger Robot authored
-
Yi Kong authored
Test: presubmit Change-Id: I4472fcf8140a8a9bceaff6b3c5a7abf6bc8df69e
-
- May 10, 2024
-
-
Shrinidhi Hegde authored
Noticed that Rollback reason during boot loop was getting logged and unknown because of a missing reason to string map. Updated that. Test: manual Bug: 291137901 Change-Id: I2ea6206d07099a413aeeca464e0d1ebd97c04840
-
Dave McCloskey authored
-
Paul Colța authored
Bug: 336807339 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:0a05dd541c34dcd5d60f2cbc43c2471d7952e900) Merged-In: I8aed84fab3b5f12e781f3834a087e186c6f61cca Change-Id: I8aed84fab3b5f12e781f3834a087e186c6f61cca (cherry picked from commit 98332a78)
-
Treehugger Robot authored
-
liutianxiang authored
1.If an app play media but the usage of attributes is unknown, musicActivecheck should be started. 2.USAGE_UNKNOWN default value is MEDIA. 3.Otherwise, the mMusicActiveMs will not increase for safe volume when above safe volume. 4.Users listen to music until 20 hours later but the volume does not drop. Change-Id: I5f84b2c6376b283376d65d398e880a8716c98f59 Signed-off-by:
liutianxiang <liutianxiang@xiaomi.com>
-
张倞诚 authored
Package name is more commonly used than appid, so we hope to support obtaining permission and appop status based on package name. Change-Id: I4f0e9bcb979132d99222cadaf306034bf58e092a
-
- May 09, 2024
-
-
Dave McCloskey authored
Change-Id: I77f267228b8e9d83a6726aa25351a59cd06634b0 Bug: 335068579
-
Eric Biggers authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Aashna Jena authored
-
Treehugger Robot authored
-
Alexei Nicoara authored
Bug: 335982533 Change-Id: I975641f193917101645cfcf2b78e198801c59a2c
-
Aashna Jena authored
Add notes to indicate that developer is responsible for validating data files picked through a file picker on WebView. Bug: 309408775 Change-Id: Iefae7f325f5457461dd91c87c3dd2a7eee22ad36
-
Harshit Mahajan authored
Disable flags in old test, these could be removed during flag cleanup Bug: 333720513 Test: atest RescuePartyTest Change-Id: If659c702e3348c1c814f922f55d97776b99f2ff8
-
lijilou authored
AppDataHelper:fix ArrayIndexOutOfBoundsException happen in fixAppsDataOnBoot method due to forget add lock. from the code: @GuardedBy("mPm.mInstallLock") void reconcileAppsDataLI(String volumeUuid, int userId, @StorageManager.StorageFlags int flags, boolean migrateAppData) { reconcileAppsDataLI(volumeUuid, userId, flags, migrateAppData, false /* onlyCoreApps */); } we should call the reconcileAppsDataLI method by mPm.mInstallLock. Bug: 338600619 Change-Id: I05f8aa84d71d5083c27427e3a9957b456ac57ce4
-
Dominic Lemire authored
Bug: 29055299 Test: manual Change-Id: I4f821acb298f8d74d17afd0db7ba4eb7729620d2
-
Roshan Pius authored
-
- May 08, 2024
-
-
Treehugger Robot authored
Merge "Add pdwilliams to WM owners (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:0ddb53602dee5c5b1d3408e7bda7c09743bda23a) Merged-In: I44ff4c3f3a68cfbfe85cbb7017a6291f0c5ff9d8 Change-Id: I44ff4c3f3a68cfbfe85cbb7017a6291f0c5ff9d8" into main
-