Add android:key to device info PreferenceCategories
Add group key to PreferenceCategory "Legal & regulatory", and "Device identifiers" making injection of preferences in this section possible. Change-Id: Ic178f402fb993cbd4be7c3f0713496acf2a6938a
This commit is contained in:
committed by
Henrik Baard
parent
005ee9761b
commit
3eb06a9077
@@ -64,6 +64,7 @@
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="legal_category"
|
||||
android:title="@string/my_device_info_legal_category_title">
|
||||
|
||||
<!-- Legal information -->
|
||||
@@ -157,6 +158,7 @@
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="device_identifiers_category"
|
||||
android:title="@string/my_device_info_device_identifiers_category_title">
|
||||
|
||||
<!--IP address -->
|
||||
|
Reference in New Issue
Block a user