commit | cb292372fba6c57a4ccbf5787486733b1c88cc57 | [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 | c513c51049d0336be019cacb598da16fb1a85462 | |
parent | 51e93653f63bef45e9ebff97b6fe8a5b3305ffd7 [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