Skip to content
Snippets Groups Projects
  1. Mar 04, 2024
    • Isak Lilja's avatar
      Don't add StageChangeRecord when stage task moves to back · 03c1e23c
      Isak Lilja authored
      We would add a StageChangeRecord for a closing task even when the task
      transition change was TRANSIT_TO_BACK. When both of the split stages had
      one child task each nothing would happen, but if one of the stages had
      two child tasks we would enter logic that assumed that one of stages was
      closed. This change adds a StageChangeRecord for a closing task only
      when the transition mode is TRANSIT_CLOSE.
      
      Bug: 314688953
      Test: atest WMShellUnitTests
      Test: Open Gmail and Chrome in split, go to the compose-email screen in
            Gmail, receive call, answer and hang up the call, observe that
            Gmail and Chrome are still paired.
      Change-Id: I8ee6c078bd8a1816a96a9515b1a50e652de70d1c
      03c1e23c
    • Chiachang Wang's avatar
    • Chiachang Wang's avatar
      Remove unused ConnectivityAnnotations · bb19d7a6
      Chiachang Wang authored
      This is a clean up commit to remove legacy ConnectivityAnnotations
      as the annotations are defined in the ConnectivityManager, and is
      unused.
      
      Test: m
      Change-Id: Id3aec16559618ab563815fbdd4c8da54c54cafef
      bb19d7a6
  2. Mar 01, 2024
  3. Feb 29, 2024
  4. Feb 28, 2024
  5. Feb 27, 2024
  6. Feb 26, 2024
    • Shrinidhi Hegde's avatar
      Add kill switch for high impact rollbacks. · 5c9af88b
      Shrinidhi Hegde authored
      Test: unit test
      Bug: 291137901
      Change-Id: I8cd6b756b446fbeab782dcd78baac42326d8d7dd
      5c9af88b
    • Eric Biggers's avatar
      Remove unused methods from android.security.KeyStore · 61ae2f90
      Eric Biggers authored
      Remove methods from android.security.KeyStore that have no real callers.
      
      The methods with @UnsupportedAppUsage could be called via reflection by
      apps targeting an old SDK level.  But since there is no valid use case
      for these and they were already replaced with stubs in Android 12,
      removing them is allowed by the non-SDK interface policy.
      
      Bug: 326508120
      Test: presubmit
      Change-Id: Id742604786e71a212244f7800b9c245cea193057
      61ae2f90
Loading