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

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

Merge "Fix CtsIntentSignatureTestCases...

Merge "Fix CtsIntentSignatureTestCases android.signature.cts.intent.IntentTest#shouldNotFindUnexpectedIntents"
parents da6919f8 0d2c2c44
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2108,7 +2108,7 @@
            android:exported="true"
            android:label="@string/accessibility_text_reading_options_title">
            <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" />
            </intent-filter>
            <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
@@ -2201,7 +2201,7 @@
            android:exported="true"
            android:label="@string/accessibility_color_and_motion_title">
            <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" />
            </intent-filter>
            <meta-data android:name="com.android.settings.FRAGMENT_CLASS"