Skip to content
Snippets Groups Projects
  1. Aug 02, 2024
  2. Jul 30, 2024
  3. Jul 29, 2024
    • Cosmin Tanislav's avatar
      camera2: allow access to CaptureRequest.mLogicalCameraSettings · e19d29f1
      Cosmin Tanislav authored and Dhina17's avatar Dhina17 committed
      Commit 5f0edaaa
      ("Add maxTargetSdk restriction to unused APIs.") added a
      maxTargetSdk to the @UnsupportedAppUsage annotation, disallowing
      apps with a target SDK greater than 30 to make use of APIs
      that were already unsupported for app usage (except system apps
      with a whitelist).
      
      The commit was made under the presumption that there's no
      evidence that these APIs are used.
      
      One of the hidden APIs, CaptureRequest.mLogicalCameraSettings,
      is used by Motorola's camera app, MotCamera4, which has a
      targetSdkVersion of 33/34.
      
      Remove the target SDK restriction for the member to allow
      this app to access it.
      
      The alternative to patching system is decompiling the APK,
      changing the targetSdkVersion, recompiling, making it
      platform signed, and, in the process, losing Play Store
      updates and the ability to use Google Photos as a
      PhotosProvider.
      
      Change-Id: Ie8950f209b5289b0825a6178fa00a1ca17a39b38
      e19d29f1
  4. Jul 26, 2024
  5. Jul 19, 2024
    • hangl's avatar
      Fix pipe fds leak in copyInternalSpliceSocket · 94ca7d27
      hangl authored and Dhina17's avatar Dhina17 committed
      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
      94ca7d27
  6. Jul 18, 2024
  7. Jul 17, 2024
  8. Jul 16, 2024
  9. Jul 15, 2024
  10. Jul 13, 2024
  11. Jul 10, 2024
    • wj2008's avatar
      fixup! base: Add support for parallel space · 2f6e100d
      wj2008 authored and Dhina17's avatar Dhina17 committed
      Fix the issue where the input method cannot pop up
      in the parallel space after QPR3
      
      Change-Id: I84ee8550edf667a2eebb9c62d7fd3d58898c05b2
      2f6e100d
    • Dhina17's avatar
      Merge tag 'android-14.0.0_r53' into fourteen · 1552a1a0
      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
      1552a1a0
  12. Jul 07, 2024
  13. Jun 29, 2024
  14. Jun 27, 2024
Loading