Merge "Handle modern OPEN_BY_DEFAULT action" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
24cad3e713
@@ -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" />
|
||||
|
Reference in New Issue
Block a user