commit | 67aeab2eeeefefbce11256bdccf2908d42fc3f08 | [log] [tgz] |
---|---|---|
author | paulhu <paulhu@google.com> | Mon Jun 29 00:32:19 2020 +0800 |
committer | paulhu <paulhu@google.com> | Mon Jun 29 00:32:19 2020 +0800 |
tree | eb0da3971a3f9fe1bf08524d051d6152ae64405b | |
parent | 6896f6193f7ee0fc1e3f6a68d985af567303db46 [diff] |
Correct PendingIntent#getActivity() flags 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