Skip to content
Snippets Groups Projects
  1. Aug 05, 2020
  2. Jul 31, 2020
  3. Jul 30, 2020
  4. Jul 29, 2020
  5. Jul 16, 2020
  6. Jul 15, 2020
  7. Jul 13, 2020
  8. Jul 08, 2020
  9. Jul 03, 2020
  10. Jul 02, 2020
  11. Jul 01, 2020
  12. 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
  13. Jun 29, 2020
  14. 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
  15. Jun 25, 2020
  16. Jun 24, 2020
    • Orion Hodson's avatar
      Sync with libnativehelper refactoring · 0cdccd70
      Orion Hodson authored
      jniGetFDFromFileDescriptor() is now a legacy method and moved to a
      separate header.
      
      Bug: 151443957
      Bug: 158749603
      Test: m
      Change-Id: Icd06e9a315680c2251dbb9032a904dd6d66aa359
      Merged-In: Icd06e9a315680c2251dbb9032a904dd6d66aa359
      Exempt-From-Owner-Approval: cherry pick
      (cherry picked from commit a5c46825)
      0cdccd70
    • Luke Huang's avatar
      Move DnsPacket to libs net · 895594dc
      Luke Huang authored
      This class might be used by some mainline modules.
      
      Bug: 151052811
      Test: atest DnsPacketTest
      Test: atest DnsResolverTest
      (clean cherry-pick from internal branch)
      Merged-In: I8841d91456952ded5efbf8ea221289aecc7746ad
      Change-Id: I8841d91456952ded5efbf8ea221289aecc7746ad
      895594dc
Loading