remove getSystemConfigEnabledProfilesForPackage

Remove hidden api for mainline project.
This commit is only for
getSystemConfigEnabledProfilesForPackage
because this will trigger a SEDenial

Bug: 190440540
Test: Manual
Tag: #refactor
Change-Id: I5f77d86e93a753b334294eb7863d75859b8931c9
Ignore-AOSP-First: Merge conflict resolution
diff --git a/system/binder/android/bluetooth/IBluetoothManager.aidl b/system/binder/android/bluetooth/IBluetoothManager.aidl
index 76b7a4b..c0cc204 100644
--- a/system/binder/android/bluetooth/IBluetoothManager.aidl
+++ b/system/binder/android/bluetooth/IBluetoothManager.aidl
@@ -73,7 +73,4 @@
     boolean isBleAppPresent();
     @JavaPassthrough(annotation="@android.annotation.RequiresNoPermission")
     boolean isHearingAidProfileSupported();
-
-    @JavaPassthrough(annotation="@android.annotation.RequiresNoPermission")
-    List<String> getSystemConfigEnabledProfilesForPackage(String packageName);
 }