commit | 8f52e2fe0ff8f075681ad1fc9541869db9ead94e | [log] [tgz] |
---|---|---|
author | Paul Hu <paulhu@google.com> | Mon Jun 29 12:31:12 2020 +0000 |
committer | Mark Chien <markchien@google.com> | Wed Oct 28 10:21:27 2020 +0000 |
tree | 22abb81bf45e15f7259eba96e09724630c67e864 | |
parent | 29e047778a565cc839b7f97feadf7ae04643a736 [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 Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1329013 Change-Id: Ia843da82bc8fa03aca33a51fc309b65e73dfdc8f Merged-In: I4c3af75c87b797bcde9356a94c835c7422dac1c6 (cherry picked from commit 2ad5f4e82f20b1def7d9223aae7bded8d7ad5344)