Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b647c5ae authored by wescande's avatar wescande Committed by William Escande
Browse files

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
Merged-In: I5f77d86e93a753b334294eb7863d75859b8931c9
Change-Id: I5f77d86e93a753b334294eb7863d75859b8931c9
Ignore-AOSP-First: Merge conflict resolution
parent 36cb7a70
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -73,7 +73,4 @@ interface IBluetoothManager
    boolean isBleAppPresent();
    @JavaPassthrough(annotation="@android.annotation.RequiresNoPermission")
    boolean isHearingAidProfileSupported();

    @JavaPassthrough(annotation="@android.annotation.RequiresNoPermission")
    List<String> getSystemConfigEnabledProfilesForPackage(String packageName);
}