Show Hotspot informations in Network details settings am: 36ae9189b2

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/24573848

Change-Id: Icc16b788667e9938df601b504c98a6baca5962ec
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Weng Su
2023-08-29 18:20:46 +00:00
committed by Automerger Merge Worker
10 changed files with 721 additions and 48 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"