Highlight the Security menu entry while deeplinking to PS settings

Bug: 334792208
Test: visual
Change-Id: I6e55a3746e8b9999e4b6e7b32fa47729a061a7e2
This commit is contained in:
Jason Chiu
2024-04-24 16:38:53 +08:00
parent 5ef0fe533e
commit bcd2d58f88

View File

@@ -5114,6 +5114,8 @@
<action android:name="com.android.settings.action.OPEN_PRIVATE_SPACE_SETTINGS" />
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
<meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
android:value="@string/menu_key_security"/>
</activity>
<activity android:name=".privatespace.PrivateProfileContextHelperActivity" android:exported="false"/>