Merge "Allow RemoteViews to use BAL privileges" into udc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
b619a522a4
@@ -6945,6 +6945,7 @@ public class RemoteViews implements Parcelable, Filter {
|
||||
// something is going to start.
|
||||
opts.setPendingIntentBackgroundActivityStartMode(
|
||||
ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED);
|
||||
opts.setPendingIntentBackgroundActivityLaunchAllowedByPermission(true);
|
||||
return Pair.create(intent, opts);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user