Skip to content
Snippets Groups Projects
  1. Jul 09, 2020
  2. Jul 08, 2020
  3. Jul 03, 2020
  4. Jul 02, 2020
  5. Jul 01, 2020
  6. Jun 30, 2020
    • markchien's avatar
      Fix tethering jarjar rule for LocalLog · a8ac97cf
      markchien authored
      LocalLog is in android.util* instead of android.net*.
      No crash happen becaue the methods used by tethering are
      @UnsupportedAppUsage.
      
      Bug: 160113128
      Test: atest TetheringTests
      (cherry-pick from internal branch with conflicts)
      Merged-In: I5f070b96f96aaabf7ec8da52a3d3444ed940fb56
      
      Change-Id: I5f070b96f96aaabf7ec8da52a3d3444ed940fb56
      a8ac97cf
  7. Jun 29, 2020
  8. Jun 28, 2020
    • paulhu's avatar
      Correct PendingIntent#getActivity() flags · 67aeab2e
      paulhu authored
      TetheringNotificationUpdater create a PendingIntent with
      Intent#FLAG_ACTIVITY_NEW_TASK flag. But this flag is used for
      Intent only. Thus, move this flag into Intent.
      
      Bug: 158639789
      Test: atest TetheringTests
      Change-Id: I4c3af75c87b797bcde9356a94c835c7422dac1c6
      67aeab2e
  9. Jun 25, 2020
  10. Jun 24, 2020
Loading