Fix CtsIntentSignatureTestCases android.signature.cts.intent.IntentTest#shouldNotFindUnexpectedIntents
Bug: 250821898 Bug: 249430287 Test: atest CtsIntentSignatureTestCases:android.signature.cts.intent.IntentTest#shouldNotFindUnexpectedIntents Change-Id: Ice1c525b104ac6029d242a182f3d9a5d0a73706d
This commit is contained in:
@@ -2107,7 +2107,7 @@
|
|||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:label="@string/accessibility_text_reading_options_title">
|
android:label="@string/accessibility_text_reading_options_title">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.TEXT_READING_SETTINGS" />
|
<action android:name="android.settings.TEXT_READING_SETTINGS" />
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
<meta-data android:name="com.android.settings.FRAGMENT_CLASS"
|
<meta-data android:name="com.android.settings.FRAGMENT_CLASS"
|
||||||
@@ -2200,7 +2200,7 @@
|
|||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:label="@string/accessibility_color_and_motion_title">
|
android:label="@string/accessibility_color_and_motion_title">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.ACCESSIBILITY_COLOR_MOTION_SETTINGS" />
|
<action android:name="android.settings.ACCESSIBILITY_COLOR_MOTION_SETTINGS" />
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
<meta-data android:name="com.android.settings.FRAGMENT_CLASS"
|
<meta-data android:name="com.android.settings.FRAGMENT_CLASS"
|
||||||
|
|||||||
Reference in New Issue
Block a user