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

Commit f295bb38 authored by Andre Eisenbach's avatar Andre Eisenbach Committed by Android (Google) Code Review
Browse files

Merge "Enable the AVRCP Service by default (2/2)" into pi-dev

parents 93f4dae5 d4ae6d54
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