Skip to content
Snippets Groups Projects
  1. Aug 07, 2020
  2. Aug 05, 2020
  3. Jul 31, 2020
  4. Jul 30, 2020
  5. Jul 29, 2020
  6. Jul 16, 2020
  7. Jul 15, 2020
  8. Jul 13, 2020
  9. Jul 08, 2020
  10. Jul 03, 2020
  11. Jul 02, 2020
  12. Jul 01, 2020
  13. 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
  14. Jun 29, 2020
  15. 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
  16. Jun 25, 2020
Loading