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

Commit c35d8ae7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Enable the AVRCP Service by default (2/2)"

parents 6f5be147 c97af91b
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