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

Commit d5d53c1c authored by Chaohui Wang's avatar Chaohui Wang
Browse files

Add back HIGHLIGHT_MENU_KEY for DevelopmentSettings

Use to highlight the "System" of the left activity on the tablet.

Can be tested with,
adb shell am start -a android.settings.APPLICATION_DEVELOPMENT_SETTINGS

Bug: 311604902
Test: manual - tested with adb
Change-Id: If9eea47f3bd6d2ab7bbce0a10c56d1cd14784140
parent 094dfcc5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2875,6 +2875,8 @@
            </intent-filter>
            <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
                       android:value="com.android.settings.development.DevelopmentSettingsDashboardFragment" />
            <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
                       android:value="@string/menu_key_system"/>
        </activity>

        <activity