Skip to content
Snippets Groups Projects
  1. Aug 22, 2024
    • Dhina17's avatar
      services: Intercept locked apps launching from recents · 198ff0fe
      Dhina17 authored
      When we launch the locked app from recents after lock timeout,
      The app is being launched along with the auth screen.
      so the app contents is clearly visible and accessible and
      it's even worse in landscape apps.
      
      This commit fixes the issue by let the app from recents
      go through the activity start interceptor.
      
      Change-Id: I1c463c6ef05ecff53798983aabc5a7eb7774d21c
      198ff0fe
  2. Aug 16, 2024
  3. Aug 08, 2024
    • Dhina17's avatar
      Merge tag 'android-14.0.0_r55' into fourteen · 2a5362da
      Dhina17 authored
      Android 14.0.0 Release 55 (AP2A.240805.005)
      
      * tag 'android-14.0.0_r55' of https://android.googlesource.com/platform/frameworks/base:
        Move showing keyguard after the UserSwitchObservers.
        Move showing keyguard after the UserSwitchObservers.
        Revert "Move showing keyguard after the UserSwitchObservers."
        Move showing keyguard after the UserSwitchObservers.
        Remove Dependency#get call from ToggleSeekBar.
        Enforce BaseUserRestriction for DISALLOW_CONFIG_BRIGHTNESS
        Remove Dependency#get call from ToggleSeekBar.
        Enforce BaseUserRestriction for DISALLOW_CONFIG_BRIGHTNESS
        Remove Dependency#get call from ToggleSeekBar.
        Enforce BaseUserRestriction for DISALLOW_CONFIG_BRIGHTNESS
        [RESTRICT AUTOMERGE] Messaging child requestLayout
        Revert "Security fix for VPN app killable via lockscreen."
        Revert "Security fix for VPN app killable via lockscreen."
        Security fix for VPN app killable via lockscreen.
        Security fix for VPN app killable via lockscreen.
        Ensure device_owners2.xml is always written.
        Add unit test to test data overflow when using BinaryXmlSerializer
        Restrict USB poups while setup is in progress
        Rate limiting PiP aspect ratio change request
        Fix READ/WRITE operation access issues on Restricted appOps.
        Hide SAW subwindows
      
       Conflicts:
      	services/core/java/com/android/server/wm/ActivityClientController.java
      
      Change-Id: I0a7d6f21ee48bd80f3dba32b0b9bfe1dad6b7786
      2a5362da
  4. Aug 07, 2024
  5. Aug 04, 2024
  6. Aug 03, 2024
  7. Aug 02, 2024
  8. Jul 30, 2024
  9. 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
  10. Jul 26, 2024
  11. 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
  12. Jul 18, 2024
  13. Jul 17, 2024
  14. Jul 16, 2024
  15. Jul 15, 2024
  16. Jul 13, 2024
  17. 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
  18. Jul 07, 2024
  19. Jun 29, 2024
  20. Jun 27, 2024
    • Android Build Coastguard Worker's avatar
      Merge cherrypicks of ['googleplex-android-review.googlesource.com/27929467'] into 24Q2-release. · 823e3198
      Android Build Coastguard Worker authored
      Change-Id: I021b957565808d55675d2a853887aaaf38dc94be
      823e3198
    • Yasin Kilicdere's avatar
      Move showing keyguard after the UserSwitchObservers. · cfb6d089
      Yasin Kilicdere authored
      With this CL keyguard is shown for a credential protected target user,
      after SystemUI's UserTrackerImpl is informed about the user switch.
      
      Bug: 331853529
      Test: atest FrameworksServicesTests:UserControllerTest
      Test: atest FrameworksServicesTests:UserControllerTest#testStallUserSwitchUntilTheKeyguardIsShown
      Test: atest FrameworksServicesTests:UserControllerTest#testRuntimeExceptionIsThrownIfTheKeyguardIsNotShown
      Flag: None
      (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:ad64f73046717374d4f9bc613307d01e93e19ebe)
      (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:7664bb4983a47a0ee19b9fb88a24f83587378e04)
      Merged-In: I0bcd3ba4ad5ee89653447e8119868deec2175a07
      Change-Id: I0bcd3ba4ad5ee89653447e8119868deec2175a07
      cfb6d089
    • Francesco "Dil3mm4" Manzo's avatar
      WiredAccessoryManager: replace every non digit character · 88bca8eb
      Francesco "Dil3mm4" Manzo authored and Dhina17's avatar Dhina17 committed
      ** 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)
      88bca8eb
    • LuK1337's avatar
      fixup! frameworks/base: Lights notifications brightness support · 864f758c
      LuK1337 authored and Dhina17's avatar Dhina17 committed
      Change-Id: I86e1b93152882e79512570899604d2cb49b4dce1
      864f758c
    • Nolen Johnson's avatar
      keylayouts: Nintendo ProCon: Map it like stock does · 33108f1e
      Nolen Johnson authored and Dhina17's avatar Dhina17 committed
      Change-Id: Ia7ab31626a5d54eb15ee46a01597a4b563c3ffcc
      33108f1e
    • Dhina17's avatar
      fixup! base: Add support for app lock · 2fd1d9a3
      Dhina17 authored
      Change-Id: Ib24cdf3dcc44772545995d890ed997af4468fb75
      2fd1d9a3
    • Dhina17's avatar
      fixup! fwb: Add support for GameSpace · eec3308a
      Dhina17 authored
      Change-Id: I428a38b0296fd5b867c44d75576107e2ab764511
      eec3308a
    • Oliver Scott's avatar
      fixup! SystemUI: Add API for runtime taskbar config · 3c9d0176
      Oliver Scott authored and Dhina17's avatar Dhina17 committed
      Change-Id: I58d57077178fe1621f7eac1122bc547ddc8850fb
      3c9d0176
    • Oliver Scott's avatar
      fixup! SystemUI: Restore 14 QPR1 FingerprintInteractiveToAuth handling · 97d3fd46
      Oliver Scott authored and Dhina17's avatar Dhina17 committed
      Change-Id: I2804e1c49ba03e77180801c9fa6dacdd2eb233c9
      97d3fd46
Loading