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

Commit c97af91b authored by Ajay Panicker's avatar Ajay Panicker Committed by Myles Watson
Browse files

Enable the AVRCP Service by default (2/2)

Bug: 80188446
Test: Flash a device and see that AvrcpTargetService is enabled
Change-Id: I1ad1fff07b5ee6c553fc89a75e649789d82f85cc
Merged-In: I1ad1fff07b5ee6c553fc89a75e649789d82f85cc
parent 4cb835de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -96,5 +96,5 @@ class AvrcpService : public MediaCallbacks {
}  // namespace bluetooth

inline bool is_new_avrcp_enabled() {
  return osi_property_get_bool("persist.bluetooth.enablenewavrcp", false);
  return osi_property_get_bool("persist.bluetooth.enablenewavrcp", true);
}
 No newline at end of file