Merge "Handle modern OPEN_BY_DEFAULT action" into sc-dev am: 24cad3e713

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14078596

Change-Id: I7e66da2ec0e8abeab515e4323a5e5456d61cdf4a
This commit is contained in:
TreeHugger Robot
2021-04-06 16:49:26 +00:00
committed by Automerger Merge Worker

View File

@@ -1237,6 +1237,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" />