- Jul 26, 2024
-
-
Change-Id: Idc6da92fb41a780d01c961d676f61ae4b91d2a7b CRs-Fixed: 3218447
-
- Jul 19, 2024
-
-
This method used a temporarily pipe to copy data but forget to close it before exiting, which will cause fd leak. As the number of times this method is called increases, the process may abort since the fd reaches its limit. So close the pipe before exiting. Bug: 344767008 Change-Id: I2028bf2e36e9dde9b6aaea1f7c758169e6842cc7
-
- Jul 18, 2024
-
-
Mohammad Hasan Keramat J authored
Change-Id: I5f85b7d150f35fb41b01af5c365f496c185c357a Signed-off-by:
Mohammad Hasan Keramat J <ikeramat@libremobileos.com>
-
- Jul 17, 2024
-
-
Change-Id: Id6f1013057fa39224c0bfe6c94849cc8effc851c Signed-off-by:
Alvin Francis <nivlafx@gmail.com>
-
- Jul 16, 2024
-
-
This is for handheld gaming devices that have batteries and are using Android TV. Change-Id: I22592699214d40aac2a733203b05c076b2a1ae70
-
Change-Id: I98abe338d77b56f2a851e0f093a44d6911b9009b
-
- Jul 15, 2024
-
-
Our face unlock doesn't meet the requirements for Class 3 (Strong) biometric so whenever third party apps tries to access the keystore with face auth, it crashes. Hence, mark it as weak authenticator and so it can't be used in third party apps that requires strong authentication. Also we don't recommend to use face auth for those usecases. Change-Id: I66afd0126582f008c18c3f504094837f062b9b44
-
When icons are loaded for the current display density, the icon bitmap is always scaled to an integer pixel size, but the hotspot can be scaled more precisely using floats. To account for the difference in precision, add leniency to the hotspot validation checks when the icons are scaled. Bug: 332973446 Test: adb shell wm density 142 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:f3c4cd5db78b2082eba3b3029d69302783d65e3d) Merged-In: I4af5d6619aa7f5245054047ad079694b11919754 Change-Id: I4af5d6619aa7f5245054047ad079694b11919754
-
- Jul 13, 2024
-
-
Change-Id: I711a6fb6c471cbc0774bbd06debf306d6f12e31a
-
- Jul 10, 2024
-
-
Dhina17 authored
Android 14.0.0 release 53 * tag 'android-14.0.0_r53' of https://android.googlesource.com/platform/frameworks/base: Fix HardwareRenderers becoming invalidated by TRIM Ensure that EdgeBackGestureHandler receives all configuration updates Don't prevent group volume adjustment in SysUI Don't cancel PendingIntents unless the stay_stopped flag is on. Fix update failure if font family was installed and upgraded to 14 Allow to collect moving back task in open transition Prevent TextView refocus on escape key press Fix security vulnerability allowing apps to start from background [PM] Send ACTION_PACKAGE_CHANGED when the app is installed [PM] Send ACTION_PACKAGE_CHANGED when mimeGroups are changed Verify UID of incoming Zygote connections. Conflicts: packages/SystemUI/src/com/android/systemui/navigationbar/NavigationBar.java packages/SystemUI/src/com/android/systemui/navigationbar/NavigationBarControllerImpl.java packages/SystemUI/tests/src/com/android/systemui/navigationbar/NavigationBarControllerImplTest.java Change-Id: Ib90e44dcd1fd3f3b453fc0aa0fd759c8e8f5083f
- Jul 07, 2024
-
-
On device with density forced to 1.6, hotspotY and bitmap height are equal, which triggers the following exception: java.lang.IllegalArgumentException: y hotspot lies outside of the bitmap area Test: Boot up with display density 1.6, notice that PointerIcon exception is gone. Fixes: https://gitlab.com/LineageOS/issues/android/-/issues/7368 Change-Id: Ifca973fe30f25c0bc8102562a2c84641fea62f3e
-
- Jun 29, 2024
- Jun 27, 2024
-
-
** example NFE from quicksilver 05-26 04:08:15.338 3764 3764 E WiredAccessoryManager: Error while attempting to determine initial switch state for hdmi_audio 05-26 04:08:15.338 3764 3764 E WiredAccessoryManager: java.lang.NumberFormatException: For input string: "HDMI=1" 05-26 04:08:15.338 3764 3764 E WiredAccessoryManager: at java.lang.Integer.parseInt(Integer.java:747) 05-26 04:08:15.338 3764 3764 E WiredAccessoryManager: at java.lang.Integer.parseInt(Integer.java:865) 05-26 04:08:15.338 3764 3764 E WiredAccessoryManager: at com.android.server.WiredAccessoryManager$WiredAccessoryObserver.init(WiredAccessoryManager.java:414) 05-26 04:08:15.338 3764 3764 E WiredAccessoryManager: at com.android.server.WiredAccessoryManager.onSystemReady(WiredAccessoryManager.java:148) 05-26 04:08:15.338 3764 3764 E WiredAccessoryManager: at com.android.server.WiredAccessoryManager.-$$Nest$monSystemReady(Unknown Source:0) 05-26 04:08:15.338 3764 3764 E WiredAccessoryManager: at com.android.server.WiredAccessoryManager$1.handleMessage(WiredAccessoryManager.java:309) 05-26 04:08:15.338 3764 3764 E WiredAccessoryManager: at android.os.Handler.dispatchMessage(Handler.java:106) 05-26 04:08:15.338 3764 3764 E WiredAccessoryManager: at android.os.Looper.loopOnce(Looper.java:201) 05-26 04:08:15.338 3764 3764 E WiredAccessoryManager: at android.os.Looper.loop(Looper.java:288) 05-26 04:08:15.338 3764 3764 E WiredAccessoryManager: at com.android.server.SystemServer.run(SystemServer.java:965) 05-26 04:08:15.338 3764 3764 E WiredAccessoryManager: at com.android.server.SystemServer.main(SystemServer.java:650) 05-26 04:08:15.338 3764 3764 E WiredAccessoryManager: at java.lang.reflect.Method.invoke(Native Method) 05-26 04:08:15.338 3764 3764 E WiredAccessoryManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) 05-26 04:08:15.338 3764 3764 E WiredAccessoryManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:914) Change-Id: I3d28058ab396345a4baa4242856532522f227ca9 (cherry picked from commit 8221cad4a2fa5801fac83dc1f2c1ed4aa93e5994)
-
Change-Id: Ia7ab31626a5d54eb15ee46a01597a4b563c3ffcc
-
Dhina17 authored
Change-Id: Ib24cdf3dcc44772545995d890ed997af4468fb75
-
Dhina17 authored
Change-Id: I428a38b0296fd5b867c44d75576107e2ab764511
-
Change-Id: I58d57077178fe1621f7eac1122bc547ddc8850fb
-
Change-Id: I2804e1c49ba03e77180801c9fa6dacdd2eb233c9
-
Dhina17 authored
Change-Id: I3578198f186f845570f4b46afe74b28ed4bc8a2a
-
Dhina17 authored
Change-Id: Iffc61d6d97762aa26bfc244d244255ec2df0802b
-
Dhina17 authored
Change-Id: I77840f530c7c2bd391e9f6f920290fed804fc830
-
Dhina17 authored
Change-Id: Ie7444b541bb24586a4735103c477b57804b5ae22
-
Dhina17 authored
Change-Id: I2654464ecca8a961426ce6a1feb9ace42063c3a1
-
Dhina17 authored
Change-Id: I669d4a5ea73e6766c885aafe1468df6826a1990d
-
* Restore and adapt code for delete action Test: Build, boot, take screenshot, check delete action chip works. Change-Id: I3157169963065720d6b3ce9b5ad98a9d6bb74e82
-
Change-Id: I5df489dc6dbee1e41930cb382b6ec58a709c17f5
-
Change-Id: Id2d3081add9865bf473ad1e4c658a8090fb3a11c
-
Change-Id: I4dfbc1994018fbf47048ad2f3ef9f04c7750d11a
-
Change-Id: I44c8d1d3555aecc55bc91204cf9eb8fe871c7a63
-
Change-Id: Id963c168ceda7fbc674731a56408b36f166fb5cc
-
Change-Id: If95dde5851b418ea69575d71d06d5006b9aae397
-
This reverts commit 18a47660. Change-Id: Ic3c2aed96ad810209a30220bbd76c200e4be60d4
-
Change-Id: I9e674eb3fe8b97ef60375a741e130d5c56e82d59
-