Merge "Show Hotspot informations in Network details settings" into main

This commit is contained in:
Weng Su
2023-08-29 03:55:12 +00:00
committed by Android (Google) Code Review
10 changed files with 721 additions and 45 deletions

View File

@@ -40,6 +40,30 @@
android:key="buttons"
android:selectable="false"/>
<!-- Hotspot device details category -->
<PreferenceCategory
android:key="hotspot_device_details_category"
android:title="@string/hotspot_device_details_category"
settings:isPreferenceVisible="false">
<Preference
android:key="hotspot_device_details_internet_source"
android:title="@string/hotspot_device_details_internet_source"
android:selectable="false"
settings:enableCopying="true"/>
<Preference
android:key="hotspot_device_details_battery"
android:title="@string/power_usage_summary_title"
android:selectable="false"
settings:enableCopying="true"/>
</PreferenceCategory>
<!-- Hotspot connection category -->
<PreferenceCategory
android:key="hotspot_connection_category"
android:title="@string/hotspot_connection_category"
settings:isPreferenceVisible="false">
</PreferenceCategory>
<!-- General Details Preferences -->
<Preference
android:key="signal_strength"