- Apr 19, 2024
-
-
Paul Duffin authored
Bug: 331251171 Test: TH Change-Id: I04282c1c9c567a5be85c6fb058b2cfcb28aac373
-
Shawn Lin authored
-
Ang Li authored
-
Riddle Hsu authored
-
Jyoti Bhayana authored
-
Chaohui Wang authored
-
Ang Li authored
Change-Id: I2228f0b5d03e502bae6c58a846786d7191b628b6
-
Yeabkal Wubshit authored
-
Lyn Han authored
-
Chris Li authored
-
Chaohui Wang authored
Also for summary. Bug: 318780411 Test: gallery Change-Id: I7c1b10fbd0b178834a24efbdee749bc9bcb81bc9
-
Jiaming Liu authored
-
Ivan Chiang authored
-
Evan Rosky authored
-
Treehugger Robot authored
-
Treehugger Robot authored
Merge "Remove @FlaggedApi for android.os.Build.VANILLA_ICE_CREAM" into main am: 51e8133d am: 888771cb Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3019625 Change-Id: I380757887abd6b09c66894092654c8e95998bc92 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3019625 Change-Id: I7ef7908c21f5170110fe2ec94dd44caacc2c297b Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Antonio Kantek authored
-
Jyoti Bhayana authored
Drop the binder identity in AppopsService and use the system server identity for the camera privacy check. Bug: 333940078 Test: run ats -m GtsPermissionUiTestCases passes. Change-Id: Ifc250e9fcc16cd6fa2ce5ee6a9a62404aeb5e622
-
Treehugger Robot authored
-
Ameer Armaly authored
-
Treehugger Robot authored
Merge "Add a flag to choose the output format for the am profile command" into main am: 95293e07 am: 9defcb13 Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3000273 Change-Id: Ie4f136056ca4e9cca1ac6d114176bd45607a2923 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Jason Hsu authored
-
- Apr 18, 2024
-
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3000273 Change-Id: Ieea0ef6a4f325909e4dbb0073b662993c41fb2cb Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Jiaming Liu authored
Bug: 335515261 Test: atest TaskFragmentOrganizerControllerTest Change-Id: Id9e9d49ab3571b81c24a2f52b7dd300547b8cbf8
-
Vova Sharaienko authored
-
Treehugger Robot authored
-
Hawkwood Glazier authored
-
Treehugger Robot authored
-
Lucas Dupin authored
-
Yeabkal Wubshit authored
The purpose of the theater-mode checks before the WindowWakeUpPolicy wakes is to prevent the screen from turning ON while the user is in theater mode (by extension, when the user is in an environment where they do not want the screen to be ON). Therefore, let's disable the theater-mode guards if a "wake" attempt is being done while the screen is already ON. Note that we flagged this new behavior with FLAG_SUPPORT_INPUT_WAKEUP_DELEGATE, since the situation we're trying to fix is relevant only when FLAG_SUPPORT_INPUT_WAKEUP_DELEGATE is ON. Flag: com.android.server.policy.support_input_wakeup_delegate Bug: 333762937 Test: atest WindowWakeUpPolicyTests Change-Id: I5804a5adfd51bed12ca02bc3fea13689adbd24a0
-
Evan Rosky authored
mUserLeaving is intended to "wrap" a synchronous call (in that we set to true, do something, set to false). However, this one spot is setting it to true without unsetting it which is causing later non-userleaving actions to incorrectly send userleaving to apps at the wrong times. Bug: 334038395 Test: mix enter/exit pip + screen off/on repeatedly Change-Id: I4700faeab4a390e0343513aa4e4adb44dde6f1d9
-
Treehugger Robot authored
-
jasonwshsu authored
This patch provides * Preset basic UI * Show and select preset for HAP hearing devices Bug: 334071236 Test: atest HearingDevicesDialogDelegateTest Flag: ACONFIG com.android.systemui.hearing_aids_qs_tile_dialog NEXTFOOD Change-Id: I98cee446887a80c8416200c2d4a3dc9b2172cb83
-
Antonio Kantek authored
UserData is designed to hold all the IMMS per-user data. This CL just introduces the class, data will be moved in the next CLs. This is a refactoring CL only and no regression should be expected. Bug: 325515685 Test: atest FrameworksInputMethodSystemServerTests Test: atest CtsInputMethodTestCases Test: atest FrameworksServicesTests Test: atest --host FrameworksInputMethodSystemServerTestsRavenwood Change-Id: I20ac0c613fed98afc1c2c0fadd6ac80403b7babf
-
Vova Sharaienko authored
Bug: 331989853 Test: build, flash & run Test: adb shell cmd stats print-stats | grep 10001 Change-Id: I2ba24749f899953451895df96d6f1bf873c5d377
-
Zhi Dou authored
This change makes backstage_power_flags_lib visible to metalava so metalava won't hide the guarded api. Since the guarded api are in the framework, this change move this flag to framework flag list. Bug: 333995906 Test: lunch sdk-next-eng && m sdk dist and presubmit Change-Id: Id21ae3029a2201a879e53248de2a5c5e6a969ec7
-
Ameer Armaly authored
Fix: 316615220 Test: Local linter command: m out/soong/.intermediates/frameworks/base/services/accessibility/services.accessibility/android_common/e81986d0fdbc7fd1cfb6129a176a7913/lint/lint-baseline.xml Test: Lint + presubmit tests. Change-Id: Ife069aace39001a73b4cfbcc120000f5ca7dd5f3
-
Treehugger Robot authored
-
Song Chun Fan authored
-