Merge cherrypicks of ['googleplex-android-review.googlesource.com/28536282'] into 24Q3-release.
Change-Id: I7feb713e45419ed22251c7841156dcb597ab93ea
This commit is contained in:
commit
fd916079a2
1 changed files with 1 additions and 1 deletions
|
@ -705,7 +705,7 @@ public class SatelliteSOSMessageRecommender extends Handler {
|
||||||
intent.addFlags(FLAG_ACTIVITY_CLEAR_TOP);
|
intent.addFlags(FLAG_ACTIVITY_CLEAR_TOP);
|
||||||
}
|
}
|
||||||
Bundle activityOptions = ActivityOptions.makeBasic()
|
Bundle activityOptions = ActivityOptions.makeBasic()
|
||||||
.setPendingIntentBackgroundActivityStartMode(
|
.setPendingIntentCreatorBackgroundActivityStartMode(
|
||||||
ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED)
|
ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED)
|
||||||
.toBundle();
|
.toBundle();
|
||||||
intent.setComponent(new ComponentName(packageName, className));
|
intent.setComponent(new ComponentName(packageName, className));
|
||||||
|
|
Loading…
Reference in a new issue