commit | 985c3c73900d9f121fc61a2aaac21b17cbc7048d | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Fri Apr 07 20:01:15 2023 +0900 |
committer | Remi NGUYEN VAN <reminv@google.com> | Tue Apr 11 19:57:26 2023 +0900 |
tree | 02d4ffccbe959d5c2fa36bbe225606b2bc1b2858 | |
parent | 1860b17def5fd9d045229d5f4c023a9c074fe75a [diff] |
Set dialog background activity start mode on U+ Android U requires pending intent background start mode to be specified, when using PendingIntent.send. Set it for the "notify as dialog" feature which uses PendingIntent.send. PendingIntent.send() just calls the 7 argument version used here with null/0 in AOSP, so if this is kept unmodified on the actual device, this is a no-op on T-. Bug: 270037904 Test: atest Change-Id: I64ae0214d87224ad61bc776755d4b6792763b875