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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user