Merge "Fix ACTION_ONE_HANDED_SETTINGS breaks CTS IntentTest"

This commit is contained in:
TreeHugger Robot
2021-11-19 09:53:15 +00:00
committed by Android (Google) Code Review

View File

@@ -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" />