Merge "Fix bypass BAL via requestGeofence" into rvc-dev am: b71dcd28fa am: 7044f0061c am: 55acbf1c11 am: bb7386f9eb am: 2219964164 am: 426efc71db am: c4de784b7c am: cc9d94d202
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23918399 Change-Id: I227d78b8c43aeba66c17d7d1ec273aca65eda3fc Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -34,6 +34,7 @@ public class PendingIntentUtils {
|
||||
public static Bundle createDontSendToRestrictedAppsBundle(@Nullable Bundle bundle) {
|
||||
final BroadcastOptions options = BroadcastOptions.makeBasic();
|
||||
options.setDontSendToRestrictedApps(true);
|
||||
options.setPendingIntentBackgroundActivityLaunchAllowed(false);
|
||||
if (bundle == null) {
|
||||
return options.toBundle();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user