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

Commit 24cad3e7 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Handle modern OPEN_BY_DEFAULT action" into sc-dev

parents d10cc6c8 ed6d733b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1236,6 +1236,8 @@
                  android:label="@string/application_info_label"
                  android:exported="true">
            <intent-filter android:priority="1">
                <action android:name="android.settings.APP_OPEN_BY_DEFAULT_SETTINGS" />
                <!-- Also catch legacy "com." prefixed action. -->
                <action android:name="com.android.settings.APP_OPEN_BY_DEFAULT_SETTINGS" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:scheme="package" />