- Jan 18, 2024
-
-
Haining Chen authored
Bug: 285053096 Test: builds Change-Id: I66805326895f52fb2a3c1ab3b16f3bbaa8464b0a
-
Shawn Willden authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2915227 Change-Id: Ia0fa8c27326f4c30f2ac48feb0e2cf28d248a7c0 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Joanne Chung authored
-
Coco Duan authored
-
Shawn Willden authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2915227 Change-Id: Iafa907bb4fbeeab688a3298c11dab18a75cde61b Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Song Chun Fan authored
-
Matt Sziklay authored
-
Ale Nijamkin authored
-
Dmitri Plotnikov authored
-
Shawn Willden authored
-
Evan Severson authored
* changes: Fix NPEs in {AppId,Package}AppOpPolicy Evaluate runtime permissions state for their appop
-
Hao Dong authored
-
Treehugger Robot authored
-
Songchun Fan authored
Although it should not happen, for completeness, patch the code up in case the MemoryIntArray that is sent to the client over Parcel is not closed properly. BUG: 277448672 Test: presubmit Change-Id: Ia712f9a9d7ffa0f531265bd7351358da5f582551
-
Lajos Molnar authored
-
Darrell Shi authored
-
Song Chun Fan authored
-
Song Chun Fan authored
-
Darrell Shi authored
Test: atest CommunalTutorialRepositoryImplTest Flag: n/a Change-Id: I4cc719fb6468e5294360c3f058f6e3a6501861f8
-
Treehugger Robot authored
-
- Jan 17, 2024
-
-
Dmitri Plotnikov authored
Bug: 315498731 Test: atest FrameworksCoreTests:MonotonicClockTest Change-Id: I83cb0c48d304e13dedcbc9851f80015c76b98aa5
-
Yein Jo authored
-
Jian-Syuan (Shane) Wong authored
-
Treehugger Robot authored
-
Evan Severson authored
We've seen recent NPEs where setting the appop mode fails because the user doesn't exist in the state. This is due to a race condition so we need to protect against it. Fixes: 320267569 Test: Build and boot Change-Id: I4a8dc1e6370761e61b05bd444bc52e0efec6d59d
-
mattsziklay authored
Removes the pilfer pointers call on ACTION_DOWN for drag handles, as this prevented clicking on the close button in the area where the button and the top right corner handle intersected. Instead, we add pilfer calls to ACTION_MOVE and ACTION_UP/CANCEL events to prevent click events triggering during a drag resize. Because DesktopModeWindowDecorViewModel's EventHandler handles MotionEvents before DragResizeInputListener's handler, this CL also adds a check to ensure a drag reposition is not performed while a drag resize handle is being touched. Previously this was avoided by pilfering on ACTION_DOWN, before any ACTION_MOVE could be handled. Lastly, this CL changes the timing of showing resize veil to first ACTION_MOVE instead of ACTION_DOWN to prevent briefly showing the veil while closing a task. Bug: 318633921 Test: Manual, confirm that top corner handles can both handle button clicks and drag resizes while still preventing input to tasks behind it. Test: atest VeiledResizeTaskPositionerTest, FluidResizeTaskPositionerTest Change-Id: Ie3937d2a41de925c233d9474eb7495c5b8b0ac89
-
Catherine Liang authored
-
Songchun Fan authored
Previously all values are cached in the same map, which is inefficient for Config.getStrings queries which request for multiple settings under the same prefix and we have look-up the whole cache multiple times. It is better to have per-prefix caches which only requires one look up per prefix, and subsequent searches inside the prefix cache would be faster as well because each per-prefix cache is much smaller. BUG: 316866951 Test: atest CtsDeviceConfigTestCases CtsPermissionUiTestCases CtsDisplayTestCases CtsAutoFillServiceTestCases SettingsProviderTest CtsProviderTestCases Change-Id: Ifb4ff91cc034405227d9614bf1029d2a70901bce
-
Coco Duan authored
- Created CommunalAppWidgetHostView that subclasses AppWidgetHostView with support for rounded corner. - Created CommunalAppWidgetHost that creates a CommunalAppWidgetHostView. - Forked RoundedCornerEnforcement class from Launcher3 code. Bug: b/318560812 Flag: ACONFIG com.android.systemui.communal_hub DEVELOPMENT Test: manually with google tv widget Test: atest CommunalAppWidgetHostTest Change-Id: Ib4e2f705a070766eca605af81b38f8a88b95204c
-
Treehugger Robot authored
-
Dan Sandler authored
Bug: 320695719 Test: adb shell am start -n android/com.android.internal.app.PlatLogoActivity Flag: n/a (platform resource) Change-Id: Ideb1b6c096ba431a31b3fd8107a4321fa5087b4c
-
Hao Dong authored
Adds APIs to set the logo on Biometric Prompt for internal apps. For other apps, show the app launcher logo by default. Test: atest PromptViewModelTest Test: atest BiometricPromptRequestTest Test: atest PromptSelectorInteractorImplTest Test: atest PromptRepositoryImplTest Test: manual test on biometric test app Flag: ACONFIG android.hardware.biometrics.custom_biometric_prompt DEVELOPMENT Bug: 302735104 API-Coverage-Bug: 302735104 Change-Id: Ic2fbd243c0ba3fe6813addf52270019e68fbee73
-
Treehugger Robot authored
-
Jihoon Kang authored
-
Evan Severson authored
Bug: 266164193 Test: Boot + appops migration + atest CtsAppOpsTestCases \ CtsAppOps2TestCases \ CtsPermissionTestCases \ CtsPermissionMultiDeviceTestCases \ CtsPermissionMultiUserTestCases \ CtsPermissionPolicyTestCases \ CtsPermissionUiTestCases \ CtsRoleTestCases \ CtsSafetyCenterTestCases \ --retry-any-failure 5 Change-Id: Ic3d91b7b2ce6c9da3cca498e0b3f94d9e7a85b8a
-
Girish Shetty authored
[automerger skipped] Merge "media: adding MediaFormat.KEY_IMPORTANCE" into main am: 31fd707a am: dc75e57b -s ours am skip reason: Merged-In I750ef5a7585b7bba94f0dfb7bb8e70ec12bf70f5 with SHA-1 d3123b6b is already in history Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2833532 Change-Id: I59b47806a74a0d600cd4af97c7f135aba31bc5d1 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Song Chun Fan authored
Adding to post_submit first so that we can collect the SLO data before moving to pre_submit. Change-Id: I56126a12c191a3f3c056ff9be9ec4f7818b6a6b6 Test: n/a BUG: 319203694
-
Hai Zhang authored
-
Matt Pietal authored
-
Shawn Willden authored
Bug: 290312729 Test: N/A Change-Id: I65e7ce4b7113639523aec1e08682a334056cbb69
-