Merge "Handle modern OPEN_BY_DEFAULT action" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-04-06 16:32:07 +00:00
committed by Android (Google) Code Review

View File

@@ -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" />