Use correct menu key highlights for safety center
Adds a menu key for the security deeplink, and adds a remapping to ensure the correct key is used depending on if safety center is available or not. Bug: 253553761 Test: manually Change-Id: I8ed9efd084e1fdfa298be1826a215218c84b1f4a
This commit is contained in:
@@ -1724,6 +1724,8 @@
|
||||
</intent-filter>
|
||||
<meta-data android:name="com.android.settings.FRAGMENT_CLASS"
|
||||
android:value="com.android.settings.security.SecurityAdvancedSettings" />
|
||||
<meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
|
||||
android:value="@string/menu_key_security"/>
|
||||
</activity>
|
||||
|
||||
<activity android:name="MonitoringCertInfoActivity"
|
||||
|
||||
Reference in New Issue
Block a user