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

Commit 962ad360 authored by /e/ robot's avatar /e/ robot
Browse files

Merge remote-tracking branch 'origin/lineage-17.1' into v1-q

parents bf714fe3 9f8810e1
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -655,10 +655,7 @@ public class AppRestrictionsFragment extends SettingsPreferenceFragment implemen
        }

        private void assertSafeToStartCustomActivity(Intent intent) {
            // Activity can be started if it belongs to the same app
            if (intent.getPackage() != null && intent.getPackage().equals(packageName)) {
                return;
            }
            EventLog.writeEvent(0x534e4554, "223578534", -1 /* UID */, "");
            ResolveInfo resolveInfo = mPackageManager.resolveActivity(
                    intent, PackageManager.MATCH_DEFAULT_ONLY);