Android已配对蓝牙设备隐藏Profile


    Android->Settings:not show bluetooth profiles.

diff --git a/packages/apps/Settings/src/com/android/settings/bluetooth/DeviceProfilesSettings.java b/packages/apps/Settings/src/com/android/settings/bluetooth/DeviceProfilesSett
index d45bea4..c8d7e07 100644
--- a/packages/apps/Settings/src/com/android/settings/bluetooth/DeviceProfilesSettings.java
+++ b/packages/apps/Settings/src/com/android/settings/bluetooth/DeviceProfilesSettings.java
@@ -206,6 +206,9 @@ public final class DeviceProfilesSettings extends DialogFragment implements
             mProfileLabel.setVisibility(View.VISIBLE);
             mProfileGroupIsRemoved = false;
         }
+               
+               mProfileContainer.setVisibility(View.GONE);
+        mProfileLabel.setVisibility(View.GONE);
     }
 
     /**
发布了234 篇原创文章 · 获赞 64 · 访问量 95万+

猜你喜欢

转载自blog.csdn.net/zhoumushui/article/details/101303710