Revert "HULK SMASH! We've gotta declare REL."

This reverts commit 90153d67e0.

Reason for revert: Temporary fix no longer needed; this was only added until an updated prebuilt for the referenced package was merged
Bug: 171506470
Test: none

Change-Id: Ibd3fec1d2ecd505693b4cf89ee8323eb8a50a604
This commit is contained in:
Jeff Sharkey
2021-06-15 03:57:02 +00:00
parent 90153d67e0
commit 30bb1d09eb

View File

@@ -365,7 +365,6 @@ public final class PendingIntent implements Parcelable {
}
if (Compatibility.isChangeEnabled(PENDING_INTENT_EXPLICIT_MUTABILITY_REQUIRED)
&& !"com.google.android.apps.gcs".equals(packageName)
&& !flagImmutableSet && !flagMutableSet) {
String msg = packageName + ": Targeting S+ (version " + Build.VERSION_CODES.S
+ " and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE"