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

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

Merge "Fix ACTION_ONE_HANDED_SETTINGS breaks CTS IntentTest"

parents 128d733d 4d0cc7a1
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -4272,10 +4272,6 @@
            android:label="@string/one_handed_title"
            android:exported="true"
            android:enabled="true">
            <intent-filter android:priority="1">
                <action android:name="android.intent.action.ONE_HANDED_SETTINGS" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <intent-filter android:priority="1">
                <action android:name="android.intent.action.MAIN" />
                <category android:name="com.android.settings.SHORTCUT" />