Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c41caf9f authored by Michael Groover's avatar Michael Groover Committed by Android (Google) Code Review
Browse files

Merge "Revert "Revert "Revert "Turning on flag to enforce dynamically...

Merge "Revert "Revert "Revert "Turning on flag to enforce dynamically registered receiver requirement of specifying one of RECEIVER_EXPORTED and RECEIVER_NOT_EXPORTED for non system broadcasts.""""
parents f501ad2d 5dd40ba6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -458,7 +458,7 @@ public class ActivityManagerService extends IActivityManager.Stub
     * broadcasts
     */
    private static final boolean ENFORCE_DYNAMIC_RECEIVER_EXPLICIT_EXPORT =
            SystemProperties.getBoolean("fw.enforce_dynamic_receiver_explicit_export", true);
            SystemProperties.getBoolean("fw.enforce_dynamic_receiver_explicit_export", false);
    static final String TAG = TAG_WITH_CLASS_NAME ? "ActivityManagerService" : TAG_AM;
    static final String TAG_BACKUP = TAG + POSTFIX_BACKUP;