Merge "Fix bypass BAL via requestGeofence" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
b71dcd28fa
@@ -34,6 +34,7 @@ public class PendingIntentUtils {
|
|||||||
public static Bundle createDontSendToRestrictedAppsBundle(@Nullable Bundle bundle) {
|
public static Bundle createDontSendToRestrictedAppsBundle(@Nullable Bundle bundle) {
|
||||||
final BroadcastOptions options = BroadcastOptions.makeBasic();
|
final BroadcastOptions options = BroadcastOptions.makeBasic();
|
||||||
options.setDontSendToRestrictedApps(true);
|
options.setDontSendToRestrictedApps(true);
|
||||||
|
options.setPendingIntentBackgroundActivityLaunchAllowed(false);
|
||||||
if (bundle == null) {
|
if (bundle == null) {
|
||||||
return options.toBundle();
|
return options.toBundle();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user