Define menu keys for highlighting the menu entry on 2-pane UI

- Define an attribute for highlightable menu keys
- List the keys for Settings menu entries
- Support parsing the attribute

Bug: 199017944
Test: robotest
Change-Id: I5759bff591c79d498fffb8b2c2b57f2cb66c4421
This commit is contained in:
Jason Chiu
2021-09-06 15:39:17 +08:00
parent 8b3bb01ca8
commit 7426ab7b9f
8 changed files with 99 additions and 11 deletions

View File

@@ -24,6 +24,7 @@
android:title="title"
android:icon="@drawable/ic_android"
android:summary="summary"
settings:highlightableMenuKey="menu_key"
settings:controller="com.android.settings.slices.FakePreferenceController"
settings:keywords="a, b, c"
settings:unavailableSliceSubtitle="subtitleOfUnavailableSlice"/>