Remove com.android.settings.action.SETTINGS

From DevelopmentSettingsActivity, this action used to inject developer
options into Settings itself, since we display this directly instead of
inject, we no longer need this.

Bug: 311604902
Test: manual - open Developer options from System
Change-Id: I3ea26464954d8711e7aecc031daf09ad30362d70
This commit is contained in:
Chaohui Wang
2023-12-07 14:12:39 +08:00
parent e836500615
commit 929c2bf77f

View File

@@ -2874,7 +2874,6 @@
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<intent-filter>
<action android:name="com.android.settings.action.SETTINGS" />
<action android:name="com.android.intent.action.SHOW_CONTRAST_DIALOG" />
</intent-filter>
<meta-data android:name="com.android.settings.FRAGMENT_CLASS"