Skip to content
Snippets Groups Projects
  1. Nov 08, 2023
  2. Nov 07, 2023
  3. Nov 06, 2023
    • Thiébaud Weksteen's avatar
      Merge changes I04c68e95,I9ab2b654,Ic0104961 into main · c0857666
      Thiébaud Weksteen authored
      * changes:
        Add test for mis-annotated method
        Enable related issues in EnforcePermissionDetectorTest
        Allow short strings for manifest permissions in @EnforcePermission
      c0857666
    • Anton Hansson's avatar
      Share list of libs to depend on for APIs · 648b0db8
      Anton Hansson authored
      The non-updatable part of the API has a few deps on module APIs. Extract
      the list of libs to satisfy those deps into a variable so that it can be
      shared between the stubs_default and the java_library.
      
      Test: m
      Change-Id: Id416d294150131b477fc9c73a2d5811cfbf7012f
      648b0db8
    • Rongxuan Liu's avatar
      Add new owner to SeekBarVolumizer file OWNER · 99833621
      Rongxuan Liu authored
      Bug: 274106369
      Test: mma
      Change-Id: I5f7186c076a99cf712d82903fe584a6303d49ffa
      Merged-In: I5f7186c076a99cf712d82903fe584a6303d49ffa
      99833621
    • Leif Martensson's avatar
      fixup! Show event log when application data is deleted · 7da7b8a9
      Leif Martensson authored
      Changing the eventlog id since the range 1000000-2000000 is reserved for
      partners and others who want to define their own log tags without
      conflicting with the core platform.
      
      Bug: 305787657
      Test: manual
      Change-Id: I49c30d9244cf7d681d7ed510cd8dc1e93634a3cd
      7da7b8a9
    • Riddle Hsu's avatar
      Avoid killing task process after its activity was died · be9dd94e
      Riddle Hsu authored
      Some tests may have the order:
      1. removeTask in tearDown
         Schedule KILL_TASK_PROCESSES_TIMEOUT_MSG to wait for the
         activity to be destroyed.
      2. forceStopPackage in tearDown
         The process is forced killed, but the scheduled timeout is
         not cleared.
      3. Launch the app again in a short time
         If the timeout reaches before the activity attached to
         the new process, the process will be killed so the test
         is failed due to target activity not detected.
      
      Originally the pending-kill state is consumed (clear flag and kill
      task processes) only when the activity is destroyed. So this change
      ensures it is done by the general cleanup that is also called when
      the process died.
      
      Bug: 293280011
      Test: atest RecentTasksTest#testRemovePackageByName
      Merged-In: I8cf8d67cc7cd39b6cc8db91498dc901f494ae85e
      Change-Id: I8cf8d67cc7cd39b6cc8db91498dc901f494ae85e
      be9dd94e
  4. Nov 03, 2023
  5. Nov 02, 2023
  6. Nov 01, 2023
Loading